Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.42 KB

SearchCustomersRequest.md

File metadata and controls

20 lines (16 loc) · 1.42 KB

Yaksa.OrckestraCommerce.Client.Model.SearchCustomersRequest

The API used to query the search engine.

Properties

Name Type Description Notes
ConfigurationName string The name of the configuration to use to process this request [optional]
Facets List<string> the list of facets that will be included in the results. [optional]
IsSortAscending bool the value indicating the sort is ascending [optional]
Keywords string the search terms to use in the query. [optional]
MaximumItems int the maximum number of items returned by the search query. [optional]
Properties List<string> the collection of properties, represented as string, to return in the search results. [optional]
SearchFilters List<SearchFilter> the collection of SearchFilters. [optional]
SearchRanges List<SearchRange> the collection of SearchRange. [optional]
SortFieldName string the name of the field used to order the results. [optional]
StartingIndex int the index of the first record in the list (used for paging purpose). [optional]

[Back to Model list] [Back to API list] [Back to README]