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 D7EEF11386 for ; Tue, 16 Sep 2014 21:42:37 +0000 (UTC) Received: (qmail 85536 invoked by uid 500); 16 Sep 2014 21:42:36 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 85481 invoked by uid 500); 16 Sep 2014 21:42:35 -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 85372 invoked by uid 99); 16 Sep 2014 21:42:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Sep 2014 21:42:35 +0000 Date: Tue, 16 Sep 2014 21:42:35 +0000 (UTC) From: "Sergey Beryozkin (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CXF-6002) escape special characters (comma, semicolon) in FIQL search expression 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-6002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14136297#comment-14136297 ] Sergey Beryozkin commented on CXF-6002: --------------------------------------- I've just updated the documentation to refer to this property... > escape special characters (comma, semicolon) in FIQL search expression > ---------------------------------------------------------------------- > > Key: CXF-6002 > URL: https://issues.apache.org/jira/browse/CXF-6002 > Project: CXF > Issue Type: Bug > Components: JAX-RS > Reporter: ashish thukral > > i started using CXF FIQL search expression. in one case my search exp looks like this _s=(name==abc,123). i want to search with the name = "abc,123" ie the comma char is part of the whole name. but FIQL treats it as OR expression and doesn't parse it correctly. is there any way to escape chars like , or ; in FIQL search ? -- This message was sent by Atlassian JIRA (v6.3.4#6332)