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

3.3.0

Compare
Choose a tag to compare
@PLNech PLNech released this 28 Jul 14:18
· 387 commits to master since this release
  • removeStopWords can be either a list of language codes or a boolean, see documentation.
  • Implement new exact API: see documentation for the new exactOnSingleWordQuery and alternativesAsExact parameters.
  • Remove app_name string resource (fixes #104)
  • New Index.multipleQueriesAsync() method (convenience shortcut to Client.multipleQueriesAsync())

The following changes impact the offline mode only:

  • Require an Android Context to be provided during client construction. Warning: breaking change.
  • Offline requests now also work for disjunctive faceting
  • New offline fallback strategy. Warning: breaking change: preemptive search no longer supported.
  • Improve detection of non-existent indices
  • Improve error handling
  • Fix crash on concurrent accesses to a local index
  • Fix potential race condition in lazy instantiation of the local index