Skip to content

4.4

Compare
Choose a tag to compare
@clement-leprovost clement-leprovost released this 18 Nov 18:27
· 348 commits to main since this release

New features

  • (#140) Support searching for facet values (Index.searchForFacetValues(...))
  • New method AbstractQuery.clear() to remove all parameters

Other changes

  • Open the Query class (along with some of its methods) to allow subclassing in other libraries
  • Make available as a static utility the method to build a query string from a dictionary of parameters (AbstractQuery.build(build(parameters:))