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

RH Bugzilla Integration (JIRA) issues at jboss.org
Wed Nov 26 08:59:40 EST 2014


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

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

Van Halbert <vhalbert at redhat.com> changed the Status of [bug 1131576|https://bugzilla.redhat.com/show_bug.cgi?id=1131576] from MODIFIED to ON_QA

> 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