Type Ahead Subtab

These settings define configuration properties for the Type Ahead feature. This feature causes Commerce web stores to begin returning search results while the user is entering text in the search text box.

Min Length

This number specifies the number of characters the user must enter before beginning the search.

ID

typeahead.minLength

UI location

Search >Type Ahead

JSON file

SearchTypeAhead.json

Configuration file (pre-Vinson)

SC.Configuration.js

Maximum Results

This number specifies the maximum number of search results that are returned.

ID

typeahead.maxResults

UI location

Search > Type Ahead

JSON file

SearchTypeAhead.json

Configuration file (pre-Vinson)

SC.Configuration.js

Sort

This string specifies the sort order of items returned by the Item Search API. By default, items are sorted by relevance in ascending order. However, you can sort by other criteria like the name property.

ID

typeahead.sort

UI location

Search > Type Ahead

JSON file

SearchTypeAhead.json

Configuration file (pre-Vinson)

SC.Configuration.js

Related Topics

General Notices