Search value is used to extend a query engine with custom type parsers and filters to search results by value.
Property | Description |
---|---|
invalid | Represent an invalid search value. |
Property | Description |
---|---|
boolean | Boolean value. |
number | 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. |
Method | Description |
---|---|
SetupEngine | Extended a query engine to work with dynamic search values. |