You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Claus Köll (JIRA)" <ji...@apache.org> on 2007/12/10 10:37:43 UTC

[jira] Created: (JCR-1265) Lower-Case Search-Function works with Upper-Case Searchstring

Lower-Case Search-Function works with Upper-Case Searchstring
-------------------------------------------------------------

                 Key: JCR-1265
                 URL: https://issues.apache.org/jira/browse/JCR-1265
             Project: Jackrabbit
          Issue Type: Bug
          Components: query
    Affects Versions: 1.3.3
            Reporter: Claus Köll


if you perform a query like this
testroot/*[jcr:like(fn:lower-case(@prop1), 'FO%')]
you get valid results even though the value in the property has the "foo" value
The search works with lower and upper-case search strings.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (JCR-1265) Lower-Case Search-Function works with Upper-Case Searchstring

Posted by "Marcel Reutegger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-1265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcel Reutegger resolved JCR-1265.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.4

Fixed in revision: 602853

Thank you for reporting this issue.

> Lower-Case Search-Function works with Upper-Case Searchstring
> -------------------------------------------------------------
>
>                 Key: JCR-1265
>                 URL: https://issues.apache.org/jira/browse/JCR-1265
>             Project: Jackrabbit
>          Issue Type: Bug
>          Components: query
>    Affects Versions: 1.3.3
>            Reporter: Claus Köll
>             Fix For: 1.4
>
>
> if you perform a query like this
> testroot/*[jcr:like(fn:lower-case(@prop1), 'FO%')]
> you get valid results even though the value in the property has the "foo" value
> The search works with lower and upper-case search strings.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.