Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E6EB71091E for ; Thu, 5 Sep 2013 13:31:52 +0000 (UTC) Received: (qmail 16725 invoked by uid 500); 5 Sep 2013 13:31:52 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 16612 invoked by uid 500); 5 Sep 2013 13:31:52 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 16588 invoked by uid 99); 5 Sep 2013 13:31:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Sep 2013 13:31:52 +0000 Date: Thu, 5 Sep 2013 13:31:52 +0000 (UTC) From: "Sergey Beryozkin (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CXF-5253) Update JPA visitor to use a strict match for Strings unless they have wildcards or a user property enables a wildcard match MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-5253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergey Beryozkin resolved CXF-5253. ----------------------------------- Resolution: Fixed > 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