Skip to content

Code sample changes Feb/23 #246

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

Closed
1 task done
maryamsulemani97 opened this issue Dec 14, 2022 · 4 comments
Closed
1 task done

Code sample changes Feb/23 #246

maryamsulemani97 opened this issue Dec 14, 2022 · 4 comments
Labels
documentation Improvements or additions to documentation ready to implement WIP Work in progress issue

Comments

@maryamsulemani97
Copy link

maryamsulemani97 commented Dec 14, 2022

  1. Remove settings_guide_displayed_1: |- Removelearn/configuration/settings.md documentation#2044
  2. Remove settings_guide_distinct_1: |- Removelearn/configuration/settings.md documentation#2044
  3. Remove settings_guide_pagination_1: |- Removelearn/configuration/settings.md documentation#2044
  4. Remove settings_guide_faceting_1: |- Removelearn/configuration/settings.md documentation#2044
  5. Remove settings_guide_ranking_rules_1: |- Removelearn/configuration/settings.md documentation#2044
  6. Remove settings_guide_searchable_1: |- Removelearn/configuration/settings.md documentation#2044
  7. Remove settings_guide_sortable_1: |- Removelearn/configuration/settings.md documentation#2044
  8. Remove settings_guide_stop_words_1: |- Removelearn/configuration/settings.md documentation#2044
  9. Remove settings_guide_synonyms_1: |- Removelearn/configuration/settings.md documentation#2044
  10. Remove settings_guide_typo_tolerance_1: |- Removelearn/configuration/settings.md documentation#2044
  11. Add filtering_guide_nested_1 Add code samples for sorting/filtering nested fields documentation#2050
    { "index": "movie_ratings", "q": "thriller", "filter": "rating.users >= 90" }
  12. Add sorting_guide_sort_nested_1 Add code samples for sorting/filtering nested fields documentation#2050
    { "index": "books", "q": "science fiction", "sort": ["rating.users:asc"] }
  13. Update updating_guide_check_version_new_authorization_header to use <your-domain-name> instead of localhost:7700 update updating.md documentation#2058
  14. Update updating_guide_check_version_old_authorization_header to use <your-domain-name> instead of localhost:7700 update updating.md documentation#2058
  15. updating_guide_get_displayed_attributes_new update updating.md documentation#2058
    - Rename it to updating_guide_get_displayed_attributes_old_authorization_header
    - use <your-domain-name> instead of localhost:7700
    - use old authorization header X-Meili-API-Key: API_KEY
  16. updating_guide_reset_displayed_attributes_new update updating.md documentation#2058
    - Rename it to updating_guide_reset_displayed_attributes_old_authorization_header
    - use <your-domain-name> instead of localhost:7700
    - use old authorization header X-Meili-API-Key: API_KEY
  17. updating_guide_create_dump update updating.md documentation#2058
    - update to use <your-domain-name> instead of localhost:7700
    - add comment # -H 'X-Meili-API-Key: API_KEY' for v0.24 or below
  18. update distinct_attribute_guide_1 update displayed_searchable_attributes.md documentation#2132 to use the update distinct-attribute route
  19. update field_properties_guide_searchable_1 update displayed_searchable_attributes.md documentation#2132 to use the update searchable-attributes route
  20. update field_properties_guide_displayed_1 update displayed_searchable_attributes.md documentation#2132 to use the update displayed-attributes route

TODO:

  • Creation all the pull requests in the SDKs
@maryamsulemani97
Copy link
Author

maryamsulemani97 commented Feb 14, 2023

@meilisearch/integration-team, this issue contains all code sample changes from non-release PRs. Could you please transfer this issue to the integration-guides repository?
Thanks!

@maryamsulemani97 maryamsulemani97 unpinned this issue Feb 20, 2023
@brunoocasali brunoocasali transferred this issue from meilisearch/documentation Feb 22, 2023
@brunoocasali brunoocasali added the documentation Improvements or additions to documentation label Feb 22, 2023
@brunoocasali brunoocasali changed the title Code sample changes Code sample changes Feb/23 Feb 22, 2023
@brunoocasali brunoocasali added ready to implement WIP Work in progress issue labels Mar 13, 2023
meili-bors bot added a commit to meilisearch/meilisearch-js that referenced this issue Mar 28, 2023
1457: Update code-samples request from Feb/23 r=bidoubiwa a=meili-bot

_This PR is auto-generated._

Update the code-samples.meilisearch.yml according to the [integration-guides issue](meilisearch/integration-guides#246) for more information and the complete description about what should be done here check that issue.


Co-authored-by: meili-bot <[email protected]>
bors bot added a commit to meilisearch/meilisearch-go that referenced this issue Mar 28, 2023
419: Update code-samples request from Feb/23 r=alallema a=meili-bot

_This PR is auto-generated._

Update the code-samples.meilisearch.yml according to the [integration-guides issue](meilisearch/integration-guides#246) for more information and the complete description about what should be done here check that issue.


Co-authored-by: meili-bot <[email protected]>
Co-authored-by: alallema <[email protected]>
Co-authored-by: Amélie <[email protected]>
bors bot added a commit to meilisearch/meilisearch-python that referenced this issue Mar 28, 2023
710: Update code-samples request from Feb/23 r=alallema a=meili-bot

_This PR is auto-generated._

Update the code-samples.meilisearch.yml according to the [integration-guides issue](meilisearch/integration-guides#246) for more information and the complete description about what should be done here check that issue.


Co-authored-by: meili-bot <[email protected]>
Co-authored-by: alallema <[email protected]>
Co-authored-by: Amélie <[email protected]>
bors bot added a commit to meilisearch/meilisearch-rust that referenced this issue Mar 29, 2023
438: Update code-samples request from Feb/23 r=bidoubiwa a=meili-bot

_This PR is auto-generated._

Update the code-samples.meilisearch.yml according to the [integration-guides issue](meilisearch/integration-guides#246) for more information and the complete description about what should be done here check that issue.


Co-authored-by: meili-bot <[email protected]>
bors bot added a commit to meilisearch/meilisearch-php that referenced this issue Mar 29, 2023
476: Update code-samples request from Feb/23 r=bidoubiwa a=meili-bot

_This PR is auto-generated._

Update the code-samples.meilisearch.yml according to the [integration-guides issue](meilisearch/integration-guides#246) for more information and the complete description about what should be done here check that issue.


Co-authored-by: meili-bot <[email protected]>
bors bot added a commit to meilisearch/meilisearch-dotnet that referenced this issue Apr 2, 2023
399: Update code-samples request from Feb/23 r=bidoubiwa a=meili-bot

_This PR is auto-generated._

Update the code-samples.meilisearch.yml according to the [integration-guides issue](meilisearch/integration-guides#246) for more information and the complete description about what should be done here check that issue.

`@bidoubiwa` I made some fix those who doesn't belong to this PR. Sorry


Co-authored-by: meili-bot <[email protected]>
Co-authored-by: cvermand <[email protected]>
meili-bors bot added a commit to meilisearch/meilisearch-ruby that referenced this issue Apr 2, 2023
426: Update code-samples request from Feb/23 r=bidoubiwa a=meili-bot

_This PR is auto-generated._

Update the code-samples.meilisearch.yml according to the [integration-guides issue](meilisearch/integration-guides#246) for more information and the complete description about what should be done here check that issue.


Co-authored-by: meili-bot <[email protected]>
@brunoocasali
Copy link
Member

I'm closing this since tier #1 and tier #2 were done!

meili-bors bot added a commit to meilisearch/meilisearch-dart that referenced this issue Jun 5, 2023
268: Update code-samples request from Feb/23 r=brunoocasali a=meili-bot

_This PR is auto-generated._

Update the code-samples.meilisearch.yml according to the [integration-guides issue](meilisearch/integration-guides#246) for more information and the complete description about what should be done here check that issue.


Co-authored-by: meili-bot <[email protected]>
Co-authored-by: Bruno Casali <[email protected]>
@curquiza
Copy link
Member

Reopening because not fixed everywhere (swift)

@curquiza curquiza reopened this Sep 12, 2023
meili-bors bot added a commit to meilisearch/meilisearch-swift that referenced this issue Sep 12, 2023
374: Update code-samples request from Feb/23 r=brunoocasali a=meili-bot

_This PR is auto-generated._

Update the code-samples.meilisearch.yml according to the [integration-guides issue](meilisearch/integration-guides#246) for more information and the complete description about what should be done here check that issue.


Co-authored-by: meili-bot <[email protected]>
Co-authored-by: Clémentine U. - curqui <[email protected]>
Co-authored-by: curquiza <[email protected]>
@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 ready to implement WIP Work in progress issue
Projects
None yet
Development

No branches or pull requests

3 participants