Change Updates

Do not miss any Meilisearch API changes, ever again

Subscribe to the Meilisearch API changelog to be up to date on recent changes.

RSS
Meilisearch API documentation

Change #f5ca9f3a

Last update:
Compare
1.3.0

API structure has changed

12 structure changes including:
1 Breaking change
3 Additions
9 Modifications
Modified 9 Breaking
DELETE /indexes/{indexUid}/documents/{documentId}
  • Header
  • Content-Type header Removed
  • Body
  • content type Removed
GET /indexes/{indexUid}/search
  • Response
  • 200 response Modified
    • hits attribute Modified
GET /indexes/{indexUid}/settings
  • Response
  • 200 response Modified
    • faceting attribute Modified
GET /indexes/{indexUid}/settings/faceting
  • Response
  • 200 response Modified
    • sortFacetValuesBy attribute Added
GET /tasks
  • Response
  • 200 response Modified
    • total attribute Added
PATCH /indexes/{indexUid}/settings
  • Body
  • content type Modified
    • faceting attribute Modified
PATCH /indexes/{indexUid}/settings/faceting
  • Body
  • content type Modified
    • sortFacetValuesBy attribute Added
POST /indexes/{indexUid}/search
  • Body
  • content type Modified
    • vector, showRankingScore, showRankingScoreDetails, attributesToSearchOn attributes Added
  • Response
  • 200 response Modified
    • hits attribute Modified
POST /multi-search
  • Body
  • content type Modified
    • queries attribute Modified
  • Response
  • 200 response Modified
    • results attribute Modified
Added 3
GET /experimental-features
PATCH /experimental-features
POST /indexes/{indexUid}/facet-search