public interface SearchModel extends SearchInputModel
| Modifier and Type | Method and Description |
|---|---|
String |
getAutoSuggestText()
Gets the suggestion text, with placeholder, when a misspelled search term is entered.
|
Set<Filter> |
getFilters()
Retrieves search filter queries.
|
String |
getLanguage()
Retrieves the language override configurable for the search component.
|
String |
getLoadMoreButtonText()
Gets the label for the load more results button
|
String |
getNoResultsText()
Gets the text that is displayed when no results are found.
|
int |
getResultsPerPage()
Retrieves an author configured value for the max limit of results per request/page
|
String |
getSearchButtonText()
Gets the label for the search button.
|
List<SearchTabModel> |
getSearchTabs()
Gets list of search tabs;
|
String |
getTitle()
Retrieves the title configurable for the search component.
|
default String |
getTrackingUrl()
Gets the tracking url of the search component.
|
default boolean |
isDisableContextFilters()
Flag to determine whether the filters from context aware configuration should be used for searching.
|
getAutocompleteTriggerThreshold, getAutocompleteUrl, getConfigJson, getId, getSearchFieldPlaceholderTextString getTitle()
String getLanguage()
Set<Filter> getFilters()
int getResultsPerPage()
String getSearchButtonText()
String getLoadMoreButtonText()
List<SearchTabModel> getSearchTabs()
String getAutoSuggestText()
String getNoResultsText()
default String getTrackingUrl()
default boolean isDisableContextFilters()
Copyright © 2023. All rights reserved.