allow case insensitive searches
-------------------------------

         Key: JCR-56
         URL: http://issues.apache.org/jira/browse/JCR-56
     Project: Jackrabbit
        Type: New Feature
    Reporter: Raphael Wegmueller
    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

Reply via email to