Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

Product Discovery drop-in dictionary

The default Product Discovery dictionary file (i18n/en_US.json) contains the default values for all labels and text common to the Product Discovery drop-in component.

Default keys and values

en_US.json
{
Search: {
PLP: {
Warning: {
minQueryLength: Your search term {SEARCH_PHRASE} has not reached the minimum of {{minQueryLength}} characters.,
noResults: Your search returned no results.,
searchError: An error occurred while searching.
},
SortDropdown: {
title: Sort by,
option: Sort by: {{selectedOption}},
relevanceLabel: Most Relevant,
positionLabel: Position,
sortAttributeASC: {{label}}: Low to High,
sortAttributeDESC: {{label}}: High to Low,
sortASC: Price: Low to High,
sortDESC: Price: High to Low,
productName: Product Name,
productInStock: In Stock,
productLowStock: Low Stock
}
},
Facet: {
showMore: Show more,
showLess: Show less,
clearAll: Clear all
},
ResultsInfo: {
resultsFor: Results for,
products: products
},
SearchInput: {
placeholder: Search,
viewAllButton: View All
}
}
}