Skip to content

Commit f10956e

Browse files
committed
Update src/documents.rs
1 parent 6b9481f commit f10956e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/documents.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ pub struct DocumentsQuery<'a> {
190190
/// Filters to apply.
191191
///
192192
/// Available since v1.2 of Meilisearch
193-
/// Read the [dedicated guide](https://docs.meilisearch.com/reference/features/filtering.html) to learn the syntax.
193+
/// Read the [dedicated guide](https://www.meilisearch.com/docs/learn/fine_tuning_results/filtering#filter-basics) to learn the syntax.
194194
#[serde(skip_serializing_if = "Option::is_none")]
195195
pub filter: Option<&'a str>,
196196
}
@@ -322,7 +322,7 @@ pub struct DocumentDeletionQuery<'a> {
322322

323323
/// Filters to apply.
324324
///
325-
/// Read the [dedicated guide](https://docs.meilisearch.com/reference/features/filtering.html) to learn the syntax.
325+
/// Read the [dedicated guide](https://www.meilisearch.com/docs/learn/fine_tuning_results/filtering#filter-basics) to learn the syntax.
326326
pub filter: Option<&'a str>,
327327
}
328328

@@ -579,7 +579,7 @@ mod tests {
579579
Hint: It might not be working because you're not up to date with the Meilisearch version that updated the get_documents_with method.".to_string();
580580
let displayed_error = "Meilisearch invalid_request: invalid_document_filter: Attribute `id` is not filterable. This index does not have configured filterable attributes.
581581
1:3 id = 1
582-
Hint: It might not be working because you're not up to date with the Meilisearch version that updated the get_documents_with method.. https://docs.meilisearch.com/errors#invalid_document_filter";
582+
Hint: It might not be working because you're not up to date with the Meilisearch version that updated the get_documents_with method.. https://www.meilisearch.com/docs/errors#invalid_document_filter";
583583

584584
match &error {
585585
Error::Meilisearch(error) => {

0 commit comments

Comments
 (0)