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

Releases: meilisearch/transplant

v0.21.0-alpha.6

23 Jun 08:40
adb970e
Compare
Choose a tag to compare

New Features

Fixes

Misc

v0.21.0-alpha.5

14 Jun 17:06
5795254
Compare
Choose a tag to compare

Additions

Fixes

Internal improvements

Misc

v0.21.0-alpha.4

27 Apr 08:41
d34d7cb
Compare
Choose a tag to compare

New Features

v0.21.0-alpha.3

21 Apr 12:06
662ffc8
Compare
Choose a tag to compare

Additions

Fixes

Refactor

Dependencies

v0.21.0-alpha.2

01 Apr 15:43
2206a44
Compare
Choose a tag to compare

Feature Additions

Fixes

Improvements that don't impact directly the usage

v0.21.0-alpha.1

16 Mar 19:19
b683132
Compare
Choose a tag to compare

Fixes

Feature additions

Improvements that don't impact directly the usage

v0.21.0-alpha.0

08 Mar 15:09
9d421d5
Compare
Choose a tag to compare

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