Search value is used to extend a query engine with custom type parsers and filters to search results by value.
invalid | Represent an invalid search value. |
boolean | Boolean value. |
floatNumber | Number value. |
text | Text representation of the value. |
type | Indicates the concrete type of the search value. |
valid | Indicates if the search value is valid. |
SetupEngine | Extended a query engine to work with dynamic search values. |