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

Incorrect interpretation of autocomplete ending with space #88

Open
missinglink opened this issue Feb 26, 2018 · 1 comment
Open

Incorrect interpretation of autocomplete ending with space #88

missinglink opened this issue Feb 26, 2018 · 1 comment

Comments

@missinglink
Copy link
Member

missinglink commented Feb 26, 2018

In live mode, inputs ending with a space are considered 'complete'

This is incorrect and causes issues for queries such as:

New South (note the trailing space)

Expected: New South Wales

@bdmapman
Copy link

@missinglink in my case I am using /v1/autocomplete?text=Pizza Hut&size=5 which also considering only pizza and space occuring error. if I use /v1/autocomplete?text=Pizza%20Hut&size=5 its returning null. if using only pizza like this /v1/autocomplete?text=Pizza&size=5 then returning all expected Pizza Hut. How to search a keyword with space in autocomplete endpoints???

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