Support contains queries with wildcard prefix
---------------------------------------------
Key: JCR-244
URL: http://issues.apache.org/jira/browse/JCR-244
Project: Jackrabbit
Type: Improvement
Reporter: Marcel Reutegger
Assigned to: Marcel Reutegger
Priority: Minor
Fix For: 1.0
The current implementation only allows wildcards in the middle or at the end of
a search term.
The following queries work right now:
//*[jcr:contains(., 'foo*')
//*[jcr:contains(., 'fo?o')
But the following does not:
//*[jcr:contains(., '*bar')
There was already a thread in the mailing list on this topic:
http://thread.gmane.org/gmane.comp.apache.jackrabbit.devel/3304
--
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
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira