Skip to content

Releases: VirtoCommerce-archieve/vc-module-search-api

v1.3.6

16 Jun 14:18
Compare
Choose a tag to compare
  • Allow to use multiple terms with the same name and join them with AND operator

v1.3.5

14 Jun 13:56
Compare
Choose a tag to compare
  • Added new setting VirtoCommerce.SearchApi.IndexPartitionSize to control index partition size for better tuning indexing process performance

v1.3.4

09 Jun 14:15
Compare
Choose a tag to compare
  • Included default values when serializing to JSON
  • Fixed missing Skip and Take when converting category search criteria

v1.3.3

12 May 13:37
Compare
Choose a tag to compare

Fixed price changes detection

v1.3.2

12 May 10:04
Compare
Choose a tag to compare

Fixed filtering by catalog and outlines related to upper/lower casing

v1.3.1

11 May 16:37
Compare
Choose a tag to compare

Added operation providers

v1.3.0

02 May 14:34
Compare
Choose a tag to compare

What's new

  • Removed dependencies on specific search providers
  • Added universal search criteria preprocessor which will work for any search provider
  • Refactored search criteria to match the VirtoCommerce.Search module changes
  • Refactored index builders
  • Added document builders and batch document builders

Updating

Update both VirtoCommerce.Search and VirtoCommerce.SearchApi modules at the same time to avod any errors.
If you are using Elasticsearch provider, update your Elasticsearch server to v5.3.0 or later.
If you have developed your own module with customized search providers, query builders or criteria you should update NuGet packages in your solution and recompile your module.

After updating to this version you should rebuild the index.

v1.2.10

25 Jan 14:40
Compare
Choose a tag to compare

Search in localized content fields when using indexed search in manager.

v1.2.9

29 Dec 16:11
Compare
Choose a tag to compare

Fixed ArgumentNullException in CatalogLuceneQueryBuilder

v1.2.8

23 Dec 10:52
Compare
Choose a tag to compare

Fixed CatalogSearchServiceDecorator registration and implementation