Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

1.0

Compare
Choose a tag to compare
@clement-leprovost clement-leprovost released this 19 Dec 08:31
· 707 commits to master since this release

First official release! 🎉 Merry Christmas to everyone! 🎄⛄️🎁

New features

  • Leverage the new search for facet values feature of the Swift API Client. Searcher.searchForFacetValues(...) works like the equivalent method on Index, but automatically takes facet and numeric refinements into account, as well as the conjunctive/disjunctive state of facets.

Bug fixes

  • Limit number of pending requests per Searcher instance. This is to avoid stalling the request queue if response times are long. The limit can be adjusted via Searcher.maxPendingRequests.