kreeben / resin

Vector space index based search engine that's available as a HTTP service or as an embedded library.
MIT License
568 stars 40 forks source link

Grouping of query statements #8

Closed kreeben closed 7 years ago

kreeben commented 7 years ago

The query

+label:golden +label:age of porn~ +genre:documentaries

should be rewritten by the query parser to

+label:golden +(label:age~ label:of~ label:porn~) +genre:documentaries

kreeben commented 7 years ago

duplicate