Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query on special character doesnt seem to work #44

Closed
dragnot opened this issue May 9, 2017 · 1 comment
Closed

Query on special character doesnt seem to work #44

dragnot opened this issue May 9, 2017 · 1 comment

Comments

@dragnot
Copy link

dragnot commented May 9, 2017

it seem that the query gets broken on special character instead of treating it as a string

example
127.0.0.1:6379> "FT.SEARCH" "idxvisa" "@BusinessName:"Wells Fargo Bank, National Association"" "VERBATIM"
(error) Syntax error at offset 27 near 'Bank'
works without comma
127.0.0.1:6379> "FT.SEARCH" "idxvisa" "@BusinessName:"Wells Fargo Bank National Association"" "VERBATIM"

  1. (integer) 5
  2. "decc7c4f-45ab-46c1-a1f6-62dd9277ccc4"
    1. "LastModified"
    2. "37527.108076"
    3. "BusinessName"
    4. "Wells Fargo Bank, National Association"
    5. "Classification"
    6. "Processor"
    7. "ClientCountry"
    8. "UNITED STATES OF AMERICA"
    9. "BusinessID"
      10) "10000056"
@dvirsky
Copy link
Contributor

dvirsky commented May 10, 2017

Thanks for catching. Fixed in master.

@dvirsky dvirsky closed this as completed May 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants