nepsilon / search-query-parser

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

Difference to other libraries #24

Closed laggingreflex closed 5 years ago

laggingreflex commented 5 years ago

Was looking for something exactly like this, and came across a few others:

https://github.com/mixmaxhq/search-string

Both look equally good at first glance, which makes it difficult to choose... it'd be awesome if there were some comparison between features/goals

nepsilon commented 5 years ago

Hi, not too sure, I haven't used Mixmax lib. They used my lib at first, but then recoded it to fit their specific use cases (I understand). Maybe check with them what they did differently?

On specificity of this lib is I put a lot of attention at having good and up to date unit tests.