Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mbuchalik/search-expression-parser

Parse ((possibly) nested) search expressions :mag:
https://github.com/mbuchalik/search-expression-parser

boolean nested parser query search

Last synced: 5 days ago
JSON representation

Parse ((possibly) nested) search expressions :mag:

Awesome Lists containing this project

README

        


Logo

---

> Parse ((possibly) nested) search expressions

**search-expression-parser** turns search expressions like this:

```
is:archived AND (tag:production OR tag:dev AND NOT author:"John Doe")
```

...into an easily processable tree structure.

Visit the [docs](https://mbuchalik.github.io/search-expression-parser/) to learn more!