The search query string for advanced filtering.
We are using the Apache Lucene query syntax here.
Only lucene queries equivalent to exact matching and startsWith are supported. Also only AND conjunctions supported at the moment.
Please be aware that our filters are case-insensitive
Examples of supported lucene queries:
-
name:MyEncoding1 - This searches for encodings with names that are equal to myencoding1
-
name:"My Encoding" - This searches for encodings with names that are equal to my encoding
-
name:MyEncoding\* - This searches for encodings with names that are equal to myencoding* Please have a look at the Lucene Documentation - Escaping Special Characters section to see what characters have to be escaped.
-
name:test* - This searches for encodings with names that start with test
-
name:test* AND labels:Customer1 - This searches for encodings with names starting with test and labels containing an entry that is equal to customer1
Available search fields:
Please be aware to send these queries url encoded.
If you provide fields or lucene queries that are not supported, it will result in an error response.