Skip to content

Commit 00cb6df

Browse files
bors[bot]guimachiavellidichotommymaryamsulemani97
authored
Merge #1707
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 <[email protected]> Co-authored-by: gui machiavelli <[email protected]> Co-authored-by: Tommy Melvin <[email protected]> Co-authored-by: Maryam Sulemani <[email protected]> Co-authored-by: Maryam <[email protected]>
2 parents dc0049f + 3bf7791 commit 00cb6df

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1499
-716
lines changed

.code-samples.meilisearch.yaml

Lines changed: 112 additions & 76 deletions
Large diffs are not rendered by default.

.vuepress/config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const ogprefix = 'og: http://ogp.me/ns#'
22
module.exports = {
3-
title: 'Meilisearch Documentation v0.27',
3+
title: 'Meilisearch Documentation v0.28',
44
description: 'Open source Instant Search Engine',
55
theme: 'default-prefers-color-scheme',
66
themeConfig: {
@@ -174,6 +174,7 @@ module.exports = {
174174
'/learn/advanced/asynchronous_operations',
175175
'/learn/advanced/filtering_and_faceted_search',
176176
'/learn/advanced/geosearch',
177+
'/learn/advanced/pagination',
177178
'/learn/advanced/sorting',
178179
{
179180
title: 'Updating Meilisearch',
@@ -323,7 +324,9 @@ module.exports = {
323324
},
324325
'/reference/api/displayed_attributes',
325326
'/reference/api/distinct_attribute',
327+
'/reference/api/faceting',
326328
'/reference/api/filterable_attributes',
329+
'/reference/api/pagination',
327330
'/reference/api/ranking_rules',
328331
'/reference/api/searchable_attributes',
329332
'/reference/api/sortable_attributes',

0 commit comments

Comments
 (0)