Releases: VirtoCommerce/vc-module-elastic-app-search
Releases · VirtoCommerce/vc-module-elastic-app-search
3.807.0
3.806.0
3.805.0
3.804.0
3.800.1
🐞 Bug fixes
- (Search products do not return any results if SearchFields contains _content_en_us or any custom localization)
3.803.0
3.802.0
3.801.0
🎯 Development
- Added Dynamic Boosting Concatenation: The provider combines dynamic boosting with query and static boosting from the Search Relevance Tuning panel.
- Added diagnostic endpoints.
API References
- Search API: This endpoint allows you to make direct Search API requests to the Elastic App Search service and view the response.
GET /api/elastic-app-search/diagnostic/{engineName}/search?query={query}
- Search Explain API: This endpoint enables direct Search Explain API requests to the Elastic App Search service.
GET /api/elastic-app-search/diagnostic/{engineName}/search_explain?query={query}
- Search Settings API: This endpoint facilitates direct Search Settings API requests to the Elastic App Search service.
GET /api/elastic-app-search/diagnostic/{engineName}/search_settings?query={query}