You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(search): increase Algolia search results and externalize config (#825)
This PR makes two key improvements to our Algolia search implementation:
1. Increases Maximum Results
- Added maxResultsPerGroup parameter to Algolia search component
- Increased limit from default to 20 results per group
- Improves search experience by showing more relevant matches
2. Configuration Refactoring
- Moved Algolia credentials (appId, indexName, apiKey) to centralized
searchMetadata config
- Improves maintainability by consolidating search settings in one
location
- Makes configuration updates more manageable
### Testing
Manually after merge
0 commit comments