Update code-samples based on docs team request (apr/23)
brunoocasali opened this issue · 0 comments
brunoocasali commented
Also, if you are a maintainer, feel free to add any clarification and instruction about this issue.
Sorry if this is already partially/completely implemented, feel free to let me know about the state of this issue in the repo.
Related to meilisearch/integration-guides#258
- Update
filtering_guide_1
to use themovie_ratings
index instead ofmovies
meilisearch/documentation#2061 - Update
filtering_guide_2
to use themovie_ratings
index instead ofmovies
meilisearch/documentation#2061 - Update
filtering_guide_3
to use: meilisearch/documentation#2061movie_ratings
index instead ofmovies
"filter": "release_date > 1577884550 AND (NOT director = \"Tim Burton\")"
- Update
filtering_guide_nested_1
to use themovie_ratings
index instead ofmovies
meilisearch/documentation#2061 - Update
faceted_search_update_settings_1
to use themovie_ratings
index instead ofmovies
meilisearch/documentation#2061 - Remove
faceted_search_filter_1
meilisearch/documentation#2061 - Update
faceted_search_2
meilisearch/documentation#2263- Use string syntax instead of arrays. Updated query:
'{ "queries": [ { "indexUid": "books", "facets": ["language", "genres", "author", "format"], "filter": "(language = English AND language = French) OR genres = Fiction" }, { "indexUid": "books", "facets": ["language"], "filter": "genres = Fiction" }, { "indexUid": "books", "facets": ["genres"], "filter": "language = English OR language = French" } ] }'
- Update
geosearch_guide_filter_usage_3
meilisearch/documentation#2216
{ "filter": "_geoBoundingBox([45.494181, 9.214024], [45.449484, 9.179175])" }'
TODO:
- Update the .code-samples.meilisesarch.yml accordingly