Skip to content

Releases: VirtoCommerce/vc-module-elastic-app-search

3.807.0

19 Dec 18:00
2e86f0b
Compare
Choose a tag to compare

🎯 Development

  • Added localization files (#39)

3.806.0

30 Sep 16:23
Compare
Choose a tag to compare

🎯 Development

  • Update dependencies

3.805.0

27 Sep 09:45
d4ae71b
Compare
Choose a tag to compare

🎯 Development

  • map relevance score to search document (#38)

3.804.0

07 Aug 11:23
9672d6e
Compare
Choose a tag to compare

🐞 Bug fixes

  • (Search products do not return any results if SearchFields contains _content_en_us or any custom localization)

3.800.1

07 Aug 11:32
Compare
Choose a tag to compare

🐞 Bug fixes

  • (Search products do not return any results if SearchFields contains _content_en_us or any custom localization)

3.803.0

06 May 16:16
baa83fd
Compare
Choose a tag to compare

🎯 Development

  • Add retry policy to HttpClient (#36)

3.802.0

03 Apr 07:04
954033b
Compare
Choose a tag to compare

🎯 Development

  • (Added HttpClient optimization)

3.801.0

05 Mar 09:34
dfd2914
Compare
Choose a tag to compare

🎯 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

  1. 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}
    
  2. 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}
    
  3. 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}
    

3.800.0

11 Jan 17:19
a0f5dcc
Compare
Choose a tag to compare

🎯 Development

  • (Update to .NET 8)

3.214.0

05 Dec 11:20
60fb20e
Compare
Choose a tag to compare

🎯 Development

  • Don't throw exceptions when index doesn't exist (#32)