You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.28 introduces two main changes in the indexes API:
Removal of name field
As the heading. name has been virtually useless at best, misleading and confusing at worst for some time now.
Pagination
Much like /keys and /documents, /indexes now supports pagination with the introduction of new query parameters (limit, offset) and response body fields (limit, offset, total)
1707: v0.28 r=guimachiavelli a=guimachiavelli
This is a staging PR for all changes related to Meilisearch v0.28.
Please avoid making changes directly to this PR; instead, create new child branches based off this one.
Closes#1687, #1688, #1691, #1692, #1693, #1694, #1699, #1700, #1701, #1702, #1703, #1704, #1706, #1722, #1727, #561
Co-authored-by: gui machiavelli <hey@guimachiavelli.com>
Co-authored-by: gui machiavelli <gui@meilisearch.com>
Co-authored-by: Tommy Melvin <tommy@meilisearch.com>
Co-authored-by: Maryam Sulemani <maryam@meilisearch.com>
Co-authored-by: Maryam <90181761+maryamsulemani97@users.noreply.github.com>
v0.28 introduces two main changes in the indexes API:
Removal of
name
fieldAs the heading.
name
has been virtually useless at best, misleading and confusing at worst for some time now.Pagination
Much like
/keys
and/documents
,/indexes
now supports pagination with the introduction of new query parameters (limit
,offset
) and response body fields (limit
,offset
,total
)References
Specs:
name
field specifications#140results
array specifications#138Issue on core: Changes in
Indexes
resources meilisearch#2373SME: @irevoire
The text was updated successfully, but these errors were encountered: