bripkens / lucene

Node.js lib to transform: lucene query → syntax tree → lucene query
MIT License
72 stars 33 forks source link

[fix] supports "!" usage as prefix instead of operator #24

Closed annelhote closed 5 years ago

annelhote commented 5 years ago

There must not be a space between the exclamation mark and the actual query : https://www.timroes.de/elasticsearch-kibana-queries-in-depth-tutorial#exclusion-not-operator.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.1%) to 84.211% when pulling 336a75b54d33627d365447b4bec134db0522f301 on annelhote:master into bc4a52dc747944d41db5606044ad7bc40cf2c54c on bripkens:master.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.1%) to 84.211% when pulling 336a75b54d33627d365447b4bec134db0522f301 on annelhote:master into bc4a52dc747944d41db5606044ad7bc40cf2c54c on bripkens:master.

bripkens commented 5 years ago

Awesome @annelhote, thank you for fixing this! ☺️

bripkens commented 5 years ago

The fix is now published as version 2.0.4. Thanks again! :)