nepsilon / search-query-parser

A simple parser for advanced search query syntax
https://www.npmjs.org/package/search-query-parser
MIT License
252 stars 40 forks source link

fix: respect tokenize in exclusion #32

Closed jaulz closed 3 years ago

nepsilon commented 3 years ago

@jaulz Looks like this is breaking 2 tests:

    1) should return a tokenized string with negation of single-quoted terms
    2) should return a tokenized string with negation of double-quoted terms

I've undo your commit on master. Let me know if you want to re-add this.