Click or drag to resize

SearchAutocompleteTokenOrder Enumeration

The order in which to search for tokens in an autocomplete search definition.

Namespace:  MongoDB.Driver.Search
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.19.1+3a2a09dd959482f665ffbb5df2557ec541597af4
Syntax
public enum SearchAutocompleteTokenOrder
Members
  Member nameValueDescription
Any0 Indicates that tokens in the query can appear in any order in the documents.
Sequential1 Indicates that tokens in the query must appear adjacent to each other or in the order specified in the query in the documents.
See Also