-
Notifications
You must be signed in to change notification settings - Fork 14
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
Labels
documentation
Improvements or additions to documentation
ready to implement
WIP
Work in progress issue
Comments
@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? |
This was referenced Mar 13, 2023
This was referenced 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]>
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]>
Reopening because not fixed everywhere (swift) |
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]>
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
settings_guide_displayed_1: |-
Removelearn/configuration/settings.md
documentation#2044settings_guide_distinct_1: |-
Removelearn/configuration/settings.md
documentation#2044settings_guide_pagination_1: |-
Removelearn/configuration/settings.md
documentation#2044settings_guide_faceting_1: |-
Removelearn/configuration/settings.md
documentation#2044settings_guide_ranking_rules_1: |-
Removelearn/configuration/settings.md
documentation#2044settings_guide_searchable_1: |-
Removelearn/configuration/settings.md
documentation#2044settings_guide_sortable_1: |-
Removelearn/configuration/settings.md
documentation#2044settings_guide_stop_words_1: |-
Removelearn/configuration/settings.md
documentation#2044settings_guide_synonyms_1: |-
Removelearn/configuration/settings.md
documentation#2044settings_guide_typo_tolerance_1: |-
Removelearn/configuration/settings.md
documentation#2044filtering_guide_nested_1
Add code samples for sorting/filtering nested fields documentation#2050{ "index": "movie_ratings", "q": "thriller", "filter": "rating.users >= 90" }
sorting_guide_sort_nested_1
Add code samples for sorting/filtering nested fields documentation#2050{ "index": "books", "q": "science fiction", "sort": ["rating.users:asc"] }
Updateupdating_guide_check_version_new_authorization_header
to use<your-domain-name>
instead oflocalhost:7700
updateupdating.md
documentation#2058Updateupdating_guide_check_version_old_authorization_header
to use<your-domain-name>
instead oflocalhost:7700
updateupdating.md
documentation#2058updating_guide_get_displayed_attributes_new
updateupdating.md
documentation#2058- Rename it toupdating_guide_get_displayed_attributes_old_authorization_header
- use<your-domain-name>
instead oflocalhost:7700
- use old authorization headerX-Meili-API-Key: API_KEY
updating_guide_reset_displayed_attributes_new
updateupdating.md
documentation#2058- Rename it toupdating_guide_reset_displayed_attributes_old_authorization_header
- use<your-domain-name>
instead oflocalhost:7700
- use old authorization headerX-Meili-API-Key: API_KEY
updating_guide_create_dump
updateupdating.md
documentation#2058- update to use<your-domain-name>
instead oflocalhost:7700
- add comment# -H 'X-Meili-API-Key: API_KEY' for v0.24 or below
distinct_attribute_guide_1
updatedisplayed_searchable_attributes.md
documentation#2132 to use the update distinct-attribute routefield_properties_guide_searchable_1
updatedisplayed_searchable_attributes.md
documentation#2132 to use the update searchable-attributes routefield_properties_guide_displayed_1
updatedisplayed_searchable_attributes.md
documentation#2132 to use the update displayed-attributes routeTODO:
The text was updated successfully, but these errors were encountered: