This repository was archived by the owner on Jan 31, 2022. It is now read-only.
3.7.0
This release includes backward-incompatible changes and requires the following updates:
- (#178)
getIgnorePlurals()
should be replaced bygetIgnorePlurals().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 usesetFilters
instead.