Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 12696 invoked from network); 21 Nov 2005 15:03:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Nov 2005 15:03:30 -0000 Received: (qmail 70696 invoked by uid 500); 21 Nov 2005 15:03:16 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 70644 invoked by uid 99); 21 Nov 2005 15:03:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Nov 2005 07:03:16 -0800 Received-SPF: pass (asf.osuosl.org: domain of david.nuescheler@gmail.com designates 64.233.162.205 as permitted sender) Received: from [64.233.162.205] (HELO zproxy.gmail.com) (64.233.162.205) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Nov 2005 07:04:49 -0800 Received: by zproxy.gmail.com with SMTP id n1so840130nzf for ; Mon, 21 Nov 2005 07:02:55 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kUj76C8JwxYs6qcJHWSNhOW2jde8W1UewdP47rv2dZcj6XTd5qMIuCD191zNZWIj0sSa36siU4xmdaPrHnINzVc8f0juAxYgVqqAxNPsZb1UrokIyWoomuUsHnzGuQBvojS4u05aPvT0eLT7gRlpfAvynl4u3IA6Us+et2BGswE= Received: by 10.65.206.12 with SMTP id i12mr2987254qbq; Mon, 21 Nov 2005 07:02:54 -0800 (PST) Received: by 10.64.213.13 with HTTP; Mon, 21 Nov 2005 07:02:54 -0800 (PST) Message-ID: Date: Mon, 21 Nov 2005 16:02:54 +0100 From: David Nuescheler Reply-To: david.nuescheler@day.com To: jackrabbit-dev@incubator.apache.org Subject: Re: Case insensitive queries? In-Reply-To: <4381E03D.1090206@systemone.at> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4381E03D.1090206@systemone.at> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N hi roland, "contains" is case insensitive and follows normal fulltext searching rules that you may know from popular fulltext search engines. "like" is case sensitive as defined by sql. regards, david On 11/21/05, Roland Kofler wrote: > Is there a way to issue xpath/ sql queries (like and contains operator) > that are case insensitive? > Thanks, > Roland Kofler