You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
847: Add code samples and remove useless ones r=sanders41 a=curquiza
I created [scripts to manage code samples](https://github.com/meilisearch/integration-automations/pull/164) (internal only).
The script mostly compare the code samples of the SDK with the [one in the docs](https://github.com/meilisearch/documentation/blob/main/.code-samples.meilisearch.yaml)
1. I found out the following code samples are still in this repo but not used by the documentation anymore, so I removed them:
```bash
meilisearch-python
- 'facet_search_2' not found
- 'search_parameter_guide_show_ranking_score_1' not found
- 'search_parameter_guide_attributes_to_search_on_1' not found
```
2. I found the following code samples were missing:
```bash
meilisearch-python
- 'documents_guide_add_movie_1' not found in documentation
- 'getting_started_communicating_with_a_protected_instance' not found in documentation
- 'faceted_search_facets_1' not found in documentation
- 'faceted_search_2' not found in documentation
```
Co-authored-by: curquiza <[email protected]>
0 commit comments