Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update code-samples based on docs team request (apr/23) #456

Closed
1 task
brunoocasali opened this issue Aug 3, 2023 · 0 comments · Fixed by #469
Closed
1 task

Update code-samples based on docs team request (apr/23) #456

brunoocasali opened this issue Aug 3, 2023 · 0 comments · Fixed by #469
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@brunoocasali
Copy link
Member

⚠️ This issue is generated, it means the examples and the namings do not necessarily correspond to the language of this repository.
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


  1. Update filtering_guide_1 to use the movie_ratings index instead of movies review filtering guide documentation#2061
  2. Update filtering_guide_2 to use the movie_ratings index instead of movies review filtering guide documentation#2061
  3. Update filtering_guide_3 to use: review filtering guide documentation#2061
    • movie_ratings index instead of movies
    • "filter": "release_date > 1577884550 AND (NOT director = \"Tim Burton\")"
  4. Update filtering_guide_nested_1 to use the movie_ratings index instead of movies review filtering guide documentation#2061
  5. Update faceted_search_update_settings_1 to use the movie_ratings index instead of movies review filtering guide documentation#2061
  6. Remove faceted_search_filter_1 review filtering guide documentation#2061
  7. Update faceted_search_2 v1.1: Multi-index  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"
         }
       ]
     }'
    
  8. Update geosearch_guide_filter_usage_3 v1.1: Add new filter rule _geoBoundingBox documentation#2216
{ "filter": "_geoBoundingBox([45.494181, 9.214024], [45.449484, 9.179175])" }'

TODO:

  • Update the .code-samples.meilisesarch.yml accordingly
@brunoocasali brunoocasali added good first issue Good for newcomers documentation Improvements or additions to documentation labels Aug 3, 2023
brunoocasali added a commit that referenced this issue Aug 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant