matchingOrder property
Specifies the matching order for autocomplete suggestions, e.g., a query consisting of 'sh' with 'out-of-order' specified would suggest "women's shoes", whereas a query of 'red s' with 'exact-prefix' specified would suggest "red shoes".
Currently supported values: * 'out-of-order' * 'exact-prefix' Default value: 'exact-prefix'.
Implementation
core.String? matchingOrder;