Commit 9f6944e
Merge #847
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 <clementine@meilisearch.com>1 file changed
+19
-35
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
358 | 366 | | |
359 | 367 | | |
360 | 368 | | |
| |||
372 | 380 | | |
373 | 381 | | |
374 | 382 | | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | 383 | | |
381 | 384 | | |
382 | 385 | | |
| |||
464 | 467 | | |
465 | 468 | | |
466 | 469 | | |
467 | | - | |
468 | | - | |
469 | | - | |
470 | 470 | | |
471 | | - | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
472 | 477 | | |
473 | 478 | | |
474 | 479 | | |
475 | 480 | | |
476 | 481 | | |
477 | 482 | | |
478 | 483 | | |
479 | | - | |
480 | | - | |
481 | | - | |
482 | | - | |
483 | 484 | | |
484 | 485 | | |
485 | 486 | | |
| |||
494 | 495 | | |
495 | 496 | | |
496 | 497 | | |
497 | | - | |
498 | | - | |
499 | | - | |
500 | | - | |
501 | | - | |
502 | | - | |
503 | | - | |
504 | | - | |
505 | | - | |
506 | | - | |
507 | | - | |
508 | | - | |
509 | | - | |
510 | | - | |
511 | | - | |
512 | | - | |
513 | | - | |
514 | | - | |
515 | | - | |
516 | | - | |
517 | 498 | | |
518 | 499 | | |
519 | 500 | | |
| |||
644 | 625 | | |
645 | 626 | | |
646 | 627 | | |
647 | | - | |
| 628 | + | |
| 629 | + | |
648 | 630 | | |
649 | 631 | | |
650 | | - | |
| 632 | + | |
651 | 633 | | |
652 | 634 | | |
653 | 635 | | |
| |||
697 | 679 | | |
698 | 680 | | |
699 | 681 | | |
| 682 | + | |
| 683 | + | |
700 | 684 | | |
701 | 685 | | |
0 commit comments