Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 69795 invoked from network); 4 Apr 2005 14:54:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Apr 2005 14:54:39 -0000 Received: (qmail 78846 invoked by uid 500); 4 Apr 2005 14:54:27 -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 78796 invoked by uid 99); 4 Apr 2005 14:54:26 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 04 Apr 2005 07:54:25 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 004E52CC for ; Mon, 4 Apr 2005 16:54:20 +0200 (CEST) Message-ID: <848809866.1112626459927.JavaMail.jira@ajax.apache.org> Date: Mon, 4 Apr 2005 16:54:19 +0200 (CEST) From: "Marcel Reutegger (JIRA)" To: jackrabbit-dev@incubator.apache.org Subject: [jira] Closed: (JCR-56) allow case insensitive searches In-Reply-To: <796245172.1110296754147.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/JCR-56?page=history ] Marcel Reutegger closed JCR-56: ------------------------------- > allow case insensitive searches > ------------------------------- > > Key: JCR-56 > URL: http://issues.apache.org/jira/browse/JCR-56 > Project: Jackrabbit > Type: New Feature > Components: sql > Reporter: Raphael Wegmueller > Assignee: Marcel Reutegger > Priority: Minor > > would be nice to be able to search specific properties like a fulltext search, e.g. with an ignore-case flag, so you could find a subset of the results of > select * from nt:base where contains('bla') > using something like > select * from nt:base where jcr:bla like '%bla%' > (currently, the value must contain 'bla' exactly as it is to be found by the second query) > i suggest to extend the contains function with an additional argument for the property to search in, e.g. > select * from nt:base where contains('bla',jcr:bla) > this could then also easily be used in XPath. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira