wavefarm / api

API for Wave Farm sites
0 stars 1 forks source link

Don't bail on incorrectly formatted searches #4

Closed gsf closed 9 years ago

gsf commented 10 years ago

If a query-parsing error comes back from elasticsearch, simply return 0 results.

gsf commented 10 years ago

Examples include anything with angle brackets.

gsf commented 10 years ago

Or we could strip anything that's not alphanumeric and return results from that query.

gsf commented 9 years ago

Could be fixed by switching to elasticsearch's new "simple query string".

gsf commented 9 years ago

Issue to switch to simple query string created at #42.