feat(search): add Search Intelligence module

This commit is contained in:
sdarbinyan
2026-07-10 13:25:31 +04:00
parent 494451bb96
commit 7ecb19cb1a
29 changed files with 1030 additions and 251 deletions

View File

@@ -127,12 +127,26 @@ export const en: Translations = {
search: {
title: 'Product search',
placeholder: 'Enter product name...',
searchBarAria: 'Search bar',
resultsCount: 'Products found:',
searching: 'Searching...',
retry: 'Try again',
noResults: 'Nothing found',
noResultsFor: 'No products found for "{{query}}"',
noResultsHint: 'Try changing your query or using different keywords',
emptyResultsAria: 'Empty search results',
popularCategories: 'Popular categories',
recommendedProducts: 'Recommended products',
aiSuggestionHint: 'AI suggestion (future)',
suggestionType: {
product: 'Product',
category: 'Category',
brand: 'Brand',
collection: 'Collection',
seller: 'Seller',
'static-page': 'Page',
ai: 'AI',
},
addToCart: 'Add to cart',
loadingMore: 'Loading...',
allLoaded: 'All results loaded',