search-query-parser
search-query-parser copied to clipboard
It should flag "quoted text" as must-include
In Gmail/Google, a "quoted text" means that it must be included in the search.
It currently gets rid of any extra quotes "". While it's nice that it does that, it'd be cool if it could also create a field like include: {text: 'quoted text'} (just like it creates exclude with for hyphen -)
Sounds like a good feature, happy to accept and merge a pull request for that.