dgMarket - Search Help
Simple query string syntax
Examples:
- +Construction -Pipelines : find everything that has construction and doesn't have pipelines
- Construction road : finds everything that has either construction or road
- "Construction road" : finds everything that has phrase construction road (both words in exact order)
The simple_query_string query supports the following operators:
- + signifies AND operation
- | signifies OR operation
- - negates a single token
- " wraps a number of tokens to signify a phrase for searching
- | signifies OR operation
- * at the end of a term signifies a prefix query
- ( and ) signify precedence