Sergey Beryozkin created CXF-5253:
-------------------------------------

             Summary: Update JPA visitor to use a strict match for Strings 
unless they have wildcards or a user property enables a wildcard match
                 Key: CXF-5253
                 URL: https://issues.apache.org/jira/browse/CXF-5253
             Project: CXF
          Issue Type: Improvement
          Components: JAX-RS
            Reporter: Sergey Beryozkin
            Assignee: Sergey Beryozkin
            Priority: Minor
             Fix For: 3.0.0, 2.7.7


At the moment JPA search visitor always uses a LIKE match for all string values 
even if they don't have '*' characters which is not consistent with SQL and 
Lucene visitors.

By default, if a string value has no '*' then it must be a strict match, unless 
a visitor is configured to always require wildcard matches (example, to let 
users do not enter '*' in their search queries)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to