File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -469,7 +469,7 @@ getting_started_add_documents_md: |-
469469 })}
470470 ```
471471
472- [About this package ](https://github.com/meilisearch/meilisearch-rust/)
472+ [About this SDK ](https://github.com/meilisearch/meilisearch-rust/)
473473getting_started_search_md : |-
474474 You can build a Query and execute it later:
475475 ```rust
@@ -498,7 +498,7 @@ getting_started_search_md: |-
498498 .unwrap();
499499 ```
500500
501- [About this package ](https://github.com/meilisearch/meilisearch-rust/)
501+ [About this SDK ](https://github.com/meilisearch/meilisearch-rust/)
502502faceted_search_update_settings_1 : |-
503503 let progress: Progress = movies.set_attributes_for_faceting(&["director", "genres"][..]).await.unwrap();
504504faceted_search_facet_filters_1 : |-
You can’t perform that action at this time.
0 commit comments