Skip to content
This repository was archived by the owner on Jan 31, 2022. It is now read-only.

3.7.0

Choose a tag to compare

@PLNech PLNech released this 30 Nov 09:24
· 280 commits to master since this release
b89c6fb

This release includes backward-incompatible changes and requires the following updates:

  • (#178) getIgnorePlurals() should be replaced by getIgnorePlurals().enabled

New features

  • (#163) Search in your facets values with Index.searchForFacetValues
  • (#178) Ignore plurals only for some languages: Query.setIgnorePlurals can take a list of language ISO codes for ignorePlurals.
  • (#183) Whitelist the fields returned in the response for a search query with Query.setResponseFields

Other changes

  • (#182) Deprecate setFacetFilters: you should use setFilters instead.