mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-01-18 08:48:32 +08:00
update changelog
This commit is contained in:
parent
3bf23a7c59
commit
a6457718f2
@ -1,6 +1,10 @@
|
|||||||
|
## v0.13.0 (unreleased)
|
||||||
|
|
||||||
|
- placeholder search (#771)
|
||||||
|
|
||||||
## v0.12.0
|
## v0.12.0
|
||||||
|
|
||||||
- Fix long documents not being indexed completely bug (#816)
|
- Fix long documents not being indexed completely bug (#816)
|
||||||
- Fix distinct attribute returning id instead of name (#800)
|
- Fix distinct attribute returning id instead of name (#800)
|
||||||
- error code rename (#805)
|
- error code rename (#805)
|
||||||
|
|
||||||
|
51
errors.yaml
51
errors.yaml
@ -1,51 +0,0 @@
|
|||||||
---
|
|
||||||
errors:
|
|
||||||
- code: create_index
|
|
||||||
description: "Error relatice to index creation, check out our guide on [index creation](link.com)"
|
|
||||||
- code: existing_index
|
|
||||||
description: "An index with this name already exists, check out our guide on [index creation](link.com)"
|
|
||||||
- code: invalid_index_uid
|
|
||||||
description: "The provided index formatting is wrong, check out our guide on [index creation](link.com)"
|
|
||||||
- code: open_index
|
|
||||||
description: "An error occured while trying to open the requested index, ..."
|
|
||||||
- code: invalid_state
|
|
||||||
description: ""
|
|
||||||
- code: missing_primary_key
|
|
||||||
description: ""
|
|
||||||
- code: primary_key_already_present
|
|
||||||
description: ""
|
|
||||||
- code: max_field_limit_exceeded
|
|
||||||
description: ""
|
|
||||||
- code: missing_document_id
|
|
||||||
description: ""
|
|
||||||
- code: invalid_facet
|
|
||||||
description: ""
|
|
||||||
- code: invalid_filter
|
|
||||||
description: ""
|
|
||||||
- code: bad_parameter
|
|
||||||
description: ""
|
|
||||||
- code: bad_request
|
|
||||||
description: ""
|
|
||||||
- code: document_not_found
|
|
||||||
description: ""
|
|
||||||
- code: internal
|
|
||||||
description: ""
|
|
||||||
- code: invalid_token
|
|
||||||
description: ""
|
|
||||||
- code: maintenance
|
|
||||||
description: ""
|
|
||||||
- code: missing_authorization_header
|
|
||||||
description: ""
|
|
||||||
- code: missing_header
|
|
||||||
description: ""
|
|
||||||
- code: not_found
|
|
||||||
description: ""
|
|
||||||
- code: payload_too_large
|
|
||||||
description: ""
|
|
||||||
- code: retrieve_document
|
|
||||||
description: ""
|
|
||||||
- code: search_error
|
|
||||||
description: ""
|
|
||||||
- code: unsupported_media_type
|
|
||||||
description: ""
|
|
||||||
...
|
|
Loading…
Reference in New Issue
Block a user