Skip to content

Commit

Permalink
Merge #1707
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
6 people authored Jul 11, 2022
2 parents dc0049f + 3bf7791 commit 00cb6df
Show file tree
Hide file tree
Showing 44 changed files with 1,499 additions and 716 deletions.
188 changes: 112 additions & 76 deletions .code-samples.meilisearch.yaml

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion .vuepress/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const ogprefix = 'og: http://ogp.me/ns#'
module.exports = {
title: 'Meilisearch Documentation v0.27',
title: 'Meilisearch Documentation v0.28',
description: 'Open source Instant Search Engine',
theme: 'default-prefers-color-scheme',
themeConfig: {
Expand Down Expand Up @@ -174,6 +174,7 @@ module.exports = {
'/learn/advanced/asynchronous_operations',
'/learn/advanced/filtering_and_faceted_search',
'/learn/advanced/geosearch',
'/learn/advanced/pagination',
'/learn/advanced/sorting',
{
title: 'Updating Meilisearch',
Expand Down Expand Up @@ -323,7 +324,9 @@ module.exports = {
},
'/reference/api/displayed_attributes',
'/reference/api/distinct_attribute',
'/reference/api/faceting',
'/reference/api/filterable_attributes',
'/reference/api/pagination',
'/reference/api/ranking_rules',
'/reference/api/searchable_attributes',
'/reference/api/sortable_attributes',
Expand Down
Loading

0 comments on commit 00cb6df

Please sign in to comment.