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 #32ba31f4

Last update:
Compare
0.27.0

API structure has changed

11 structure changes including:
3 Additions
8 Modifications
Modified 8
GET /indexes/{indexUid}/search
  • Query
  • highlightPreTag, highlightPostTag, cropMarker query parameters Added
GET /indexes/{indexUid}/settings
  • Response
  • 200 response Modified
    • typoTolerance attribute Added
GET /indexes/{indexUid}/tasks
  • Response
  • 200 response Modified
    • results attribute Modified
GET /indexes/{indexUid}/tasks/{taskUid}
  • Response
  • 200 response Modified
    • details attribute Modified
GET /tasks
  • Response
  • 200 response Modified
    • results attribute Modified
GET /tasks/:taskUid
  • Response
  • 200 response Modified
    • details attribute Modified
POST /indexes/{indexUid}/search
  • Body
  • content type Modified
    • highlightPreTag, highlightPostTag, cropMarker attributes Added
POST /indexes/{indexUid}/settings
  • Body
  • content type Modified
    • typoTolerance attribute Added
Added 3
DELETE /indexes/{indexUid}/settings/typo-tolerance
GET /indexes/{indexUid}/settings/typo-tolerance
POST /indexes/{indexUid}/settings/typo-tolerance