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

Code sample changes Apr/23 #258

Closed
maryamsulemani97 opened this issue Feb 20, 2023 · 5 comments
Closed

Code sample changes Apr/23 #258

maryamsulemani97 opened this issue Feb 20, 2023 · 5 comments
Labels
documentation Improvements or additions to documentation

Comments

@maryamsulemani97
Copy link

maryamsulemani97 commented Feb 20, 2023

  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])" }'
@maryamsulemani97 maryamsulemani97 pinned this issue Feb 20, 2023
@maryamsulemani97
Copy link
Author

@brunoocasali

This issue contains the non-release code samples. Can you please transfer it to the integration-guides repo?
Thanks 🙏

@maryamsulemani97 maryamsulemani97 unpinned this issue Apr 17, 2023
@brunoocasali brunoocasali transferred this issue from meilisearch/documentation Apr 27, 2023
@brunoocasali brunoocasali added the documentation Improvements or additions to documentation label Apr 27, 2023
@brunoocasali brunoocasali changed the title Code sample changes Code sample changes Apr/23 Apr 27, 2023
meili-bors bot added a commit to meilisearch/meilisearch-php that referenced this issue Aug 3, 2023
563: Update code-samples Apr/23 r=brunoocasali a=meili-bot

_This PR is auto-generated._
Update the code-samples.meilisearch.yml according to the [issue](meilisearch/integration-guides#258).


Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>
Co-authored-by: Bruno Casali <brunoocasali@gmail.com>
@brunoocasali
Copy link
Member

I've created PRs for JS and PHP and I will create issues for the other SDKs.

@brunoocasali
Copy link
Member

I'm closing this issue since all the repositories have their own tracking of this request.

meili-bors bot added a commit to meilisearch/meilisearch-js that referenced this issue Aug 28, 2023
1558: Update code-samples Apr/23 r=brunoocasali a=meili-bot

_This PR is auto-generated._
Update the code-samples.meilisearch.yml according to the [issue](meilisearch/integration-guides#258).


Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>
Co-authored-by: Bruno Casali <brunoocasali@gmail.com>
@curquiza
Copy link
Member

Re opening becasue not fixed everywhere, and we need to clean our scope

@curquiza curquiza reopened this Sep 12, 2023
@curquiza
Copy link
Member

Done ✅

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
Projects
None yet
Development

No branches or pull requests

3 participants