Search |
[FlagsAttribute] public enum SearchOptions
| Member name | Value | Description |
|---|---|---|
| None | 0 | No options specified. |
| All | 1 | Returns all of the matching unique identifiers. |
| Count | 2 | Returns the number of messages that match the search query. |
| Min | 4 | Returns the minimum unique identifier of the messages that match the search query. |
| Max | 8 | Returns the maximum unique identifier of the messages that match the search query. |
| Relevancy | 16 | Returns the relevancy scores of the messages that match the query. Can only be used when using FUZZY search. |