Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/mbuchalik/search-expression-parser
- Owner: MBuchalik
- License: mit
- Created: 2022-12-28T13:53:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-28T08:45:06.000Z (over 1 year ago)
- Last Synced: 2024-12-17T00:50:18.327Z (19 days ago)
- Topics: boolean, nested, parser, query, search
- Language: TypeScript
- Homepage: https://MBuchalik.github.io/search-expression-parser
- Size: 3.01 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
> 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!