[]
Creates a FilterExpression from a string.
public static FilterExpression? FromString(string query, IEnumerable<string> fields, bool treatSpacesAsAndOperator = true, bool matchCase = false, bool matchWholeWord = false)
| Type | Name | Description |
|---|---|---|
| string | query | The query to be filtered. |
| IEnumerable<string> | fields | The fields taken into account in the filter operation. |
| bool | treatSpacesAsAndOperator | If set to |
| bool | matchCase | If set to |
| bool | matchWholeWord | If set to |
| Type | Description |
|---|---|
| FilterExpression |