Method Wildcard
Wildcard(string)
Creates a search path that uses special characters in the field name that can match any character.
public SearchPathDefinition<TDocument> Wildcard(string query)
Parameters
query
stringThe wildcard string that the field name must match.
Returns
- SearchPathDefinition<TDocument>
A wildcard search path.