Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 428 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 428 Bytes
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 to learn more!