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