SearchValue
SearchValue is used to extend a QueryEngine with custom type parsers and filter operators to search results by value.
Read time 1 minuteLast updated 4 days ago
Definition
public readonly struct SearchValue
Fields
Value | Description |
|---|
| floatNumber | Number value. |
| text | Text representation of the value. |
| type | Indicates the concrete type of the search value. |
Static Fields
Value | Description |
|---|
| invalid | Represent an invalid search value. |
Properties
Property | Description |
|---|
| boolean | Boolean value. |
| valid | Indicates if the search value is valid. |
Static Methods
Enums