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

v0.28 Code sample changes #208

Closed
maryamsulemani97 opened this issue Jun 22, 2022 · 5 comments
Closed

v0.28 Code sample changes #208

maryamsulemani97 opened this issue Jun 22, 2022 · 5 comments
Labels
Meilisearch bump Changes related to the Meilisearch bump version WIP Work in progress issue

Comments

@maryamsulemani97
Copy link

maryamsulemani97 commented Jun 22, 2022

  1. Update update_a_key_1 PR
  • Only update name and description: "name": "Products/Reviews API key", "description": "Manage documents: Products/Reviews API key"
  1. Update get_all_keys_1 PR
  • Update to add limit parameter: limit=3' \
  1. Update delete_a_key_1 PR
  • Replace key key with uid: 6062abda-a5aa-4414-ac91-ecd7944c0f8d
  1. Update security_guide_update_key_1 PR
  • Replace key key with uid: 74c9c733-3368-4738-bbe5-1d18a5fecb37
  • Replace updating indexes with description: { "description": "Default Search API Key" }'
  1. Update security_guide_delete_key_1 PR
  • Replace key key with uid: ac5cd97d-5a4b-4226-a868-2d0eb6d197ab
  1. Update search_parameter_guide_matches_1 PR
  • Rename code sample to search_parameter_guide_show_matches_position_1
  • Rename matches parameter to showMatchesPosition
  1. Update faceted_search_facets_distribution_1 PR
  • Rename code sample to faceted_search_facets_1
  • Rename facetsDistribution parameter to facets
  1. Remove get_dump_status_1 PR
  2. Remove updating_guide_get_dump_status PR
  3. Remove get_task_by_index_1 PR
  4. Remove get_all_tasks_by_index_1 PR
  5. Update getting_started_check_task_status PR
  • Remove getting task from movies index
  1. Add get_all_tasks_filtering_1 PR](v0.28 tasks documentation#1746)
  • filter tasks by indexUid=movies
  1. Add get_all_tasks_filtering_2 PR](v0.28 tasks documentation#1746)
  • filter tasks by status=succeeded,failed&type=documentAdditionOrUpdate
  1. Add get_all_tasks_paginating_1 PR](v0.28 tasks documentation#1746)
  • paginate tasks by limit=2&from=10
  1. Add get_all_tasks_paginating_2 PR](v0.28 tasks documentation#1746)
  • paginate tasks by limit=2&from=8
  1. Update list_all_indexes_1 PR
  • Add limit parameter: limit=3
  1. Update get_one_document_1 PR
  • Add fields parameter: fields=id,title,poster,release_date
  1. Add get_pagination_settings_1 PR
  • for the books index
  1. Add update_pagination_settings_1 PR
  • for the books index
  • Update "maxTotalHits": 100
  1. Add reset_pagination_settings_1 PR
  • for the books index
  1. Update update_settings_1 PR, PR
  • add "pagination": {"maxTotalHits": 5000}
  • add "faceting": { "maxValuesPerFacet": 200}
  1. Add get_faceting_settings_1 PR
  • for the books index
  1. Add update_faceting_settings_1 PR
  • for the books index
  • Update: "maxValuesPerFacet": 2
  1. Add reset_faceting_settings_1 PR
  • for the books index
  1. Add settings_guide_faceting_1 PR
  • for the movies index
  • sets "maxValuesPerFacet": 5
  1. Add settings_guide_pagination_1 PR
  • for the movies index
  • sets "maxTotalHits": 50
@maryamsulemani97
Copy link
Author

We will transfer this issue to the integration-guides repository on Mon Jul 4 (one week before release)

@guimachiavelli
Copy link
Member

@brunoocasali: code samples for the @meilisearch/integration-team are ready on our side. May I transfer the issue?

@brunoocasali
Copy link
Member

Yes @guimachiavelli let's do it!

@bidoubiwa
Copy link
Contributor

bidoubiwa commented Jul 6, 2022

  • Update update_a_key_1
    • Replace key key with uid: 6062abda-a5aa-4414-ac91-ecd7944c0f8d
  • Update get_one_key_1
    • Replace key key with uid: 6062abda-a5aa-4414-ac91-ecd7944c0f8d

meili-bors bot added a commit to meilisearch/meilisearch-js that referenced this issue Jul 19, 2022
1286: Code samples changes related to Meilisearch release (v0.28.0) 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#208) for more information and the complete description about what should be done here check that issue.


Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>
Co-authored-by: cvermand <33010418+bidoubiwa@users.noreply.github.com>
Co-authored-by: Charlotte Vermandel <charlottevermandel@gmail.com>
bors bot added a commit to meilisearch/meilisearch-dotnet that referenced this issue Jul 27, 2022
284: Code samples changes related to Meilisearch release (v0.28.0) 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#208) for more information and the complete description about what should be done here check that issue.


Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>
Co-authored-by: alallema <amelie@meilisearch.com>
Co-authored-by: Amélie <alallema@users.noreply.github.com>
bors bot added a commit to meilisearch/meilisearch-go that referenced this issue Jul 27, 2022
316: Code samples changes related to Meilisearch release (v0.28.0) 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#208) for more information and the complete description about what should be done here check that issue.


Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>
Co-authored-by: alallema <amelie@meilisearch.com>
@brunoocasali
Copy link
Member

I am closing this since the work is done! Congratulations team! 🎉 🎉 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Meilisearch bump Changes related to the Meilisearch bump version WIP Work in progress issue
Projects
None yet
Development

No branches or pull requests

4 participants