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

v0.21.0-alpha.0

Compare
Choose a tag to compare
@curquiza curquiza released this 08 Mar 15:09
9d421d5

This version will contain the following feature:

  • Criteria (available for the search)
    • Typo
    • Words
    • Proximity
    • Asc/Desc
  • Index manipulation (get/create/update/delete)
  • Document manipulation (get/create/udpate/delete)
    • JSON indexation
  • Updates (get)
  • Search (get/post)
    • Basic search (only a query)
    • Placeholder search (empty query)
    • Filters
    • Facet distributions
    • Support short prefixes for all the existing criteria
    • Take hard separators into account (,, ., !, ()...) for the proximity criterion
    • Limit/offset
    • attributesToRetrieve
    • attributesToHighlight
  • Settings (get/update/reset)
    • Ranking Rules (Typo, Words, Attribute, Proximity, Exactness, asc/desc)
      ⚠️ However, all the criteria are not implemented yet = you can not use them for the search.
    • Displayed attributes
    • Searchable attributes
    • Faceted attributes (Numbers + String)
  • Keys (get)
  • Health (get)
  • Version (get)
  • Dashboard