[teiid-issues] [JBoss JIRA] (TEIID-3094) SOLR: minus sign is not escaped

RH Bugzilla Integration (JIRA) issues at jboss.org
Thu Nov 27 05:07:41 EST 2014


    [ https://issues.jboss.org/browse/TEIID-3094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13023484#comment-13023484 ] 

RH Bugzilla Integration commented on TEIID-3094:
------------------------------------------------

Filip Elias <felias at redhat.com> changed the Status of [bug 1131576|https://bugzilla.redhat.com/show_bug.cgi?id=1131576] from ON_QA to VERIFIED

> SOLR: minus sign is not escaped
> -------------------------------
>
>                 Key: TEIID-3094
>                 URL: https://issues.jboss.org/browse/TEIID-3094
>             Project: Teiid
>          Issue Type: Bug
>    Affects Versions: 8.7
>            Reporter: Filip Elias
>            Assignee: Ramesh Reddy
>              Labels: Alpha2
>             Fix For: 8.7.1, 8.9
>
>         Attachments: server.log
>
>
> Minus sign is not escaped in SOLR translator which causes parse exception, because the "-" is a special character.
> Example of query:
> Query: {code}SELECT BQT1.SmallA.IntNum FROM BQT1.SmallA WHERE BQT1.SmallA.IntNum = -1{code}
> Query parameter q is set to: {code}IntNum:-1{code} but it should be: {code}IntNum:\-1{code}
> Log is in the attachment.



--
This message was sent by Atlassian JIRA
(v6.3.8#6338)


More information about the teiid-issues mailing list