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
Copy file name to clipboardExpand all lines: .code-samples.meilisearch.yaml
+50-66Lines changed: 50 additions & 66 deletions
Original file line number
Diff line number
Diff line change
@@ -3,68 +3,6 @@
3
3
# the documentation on build
4
4
# You can read more on https://github.com/meilisearch/documentation/tree/master/.vuepress/code-samples
5
5
---
6
-
multi_search_1: |-
7
-
see cURL: https://github.com/meilisearch/documentation/blob/5ec3df3844f603f0958d91a0c5cfc38bc57656af/.code-samples.meilisearch.yaml#L996-L1017
8
-
multi-search with data: { "queries": [
9
-
{
10
-
"indexUid": "movies",
11
-
"q": "pooh",
12
-
"limit": 5
13
-
},
14
-
{
15
-
"indexUid": "movies",
16
-
"q": "nemo",
17
-
"limit": 5
18
-
},
19
-
{
20
-
"indexUid": "movie_ratings",
21
-
"q": "us"
22
-
}
23
-
]
24
-
}
25
-
faceted_search_update_settings_1: |-
26
-
See cURL: https://github.com/meilisearch/documentation/blob/5ec3df3844f603f0958d91a0c5cfc38bc57656af/.code-samples.meilisearch.yaml#L1018-L1024
27
-
on the books index: Add "genres", "rating", "language" as filterable attributes
28
-
faceted_search_1: |-
29
-
See cURL: https://github.com/meilisearch/documentation/blob/5ec3df3844f603f0958d91a0c5cfc38bc57656af/.code-samples.meilisearch.yaml#L1025-L1034
30
-
Search books index with data: {
31
-
"q": "classic",
32
-
"facets": [
33
-
"genres", "rating", "language"
34
-
]
35
-
}
36
-
search_parameter_guide_facet_stats_1: |-
37
-
See cURL: https://github.com/meilisearch/documentation/blob/5ec3df3844f603f0958d91a0c5cfc38bc57656af/.code-samples.meilisearch.yaml#L1035-L1042
38
-
search movie_ratings index with data: '{
39
-
"q": "Batman",
40
-
"facets": ["genres", "rating"]
41
-
}
42
-
faceted_search_2: |-
43
-
see cURL: https://github.com/meilisearch/documentation/blob/5ec3df3844f603f0958d91a0c5cfc38bc57656af/.code-samples.meilisearch.yaml#L1043-L1065
see cURL: https://github.com/meilisearch/documentation/blob/c8ab47d004753ce2241a756eff14ade448d70a93/.code-samples.meilisearch.yaml#L696-L700
0 commit comments