Skip to content

Commit 3f1e71b

Browse files
authored
Update src/documents.rs
1 parent 6d15ae6 commit 3f1e71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/documents.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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://www.meilisearch.com/docs/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://docs.meilisearch.com/errors#invalid_document_filter";
583583

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

0 commit comments

Comments
 (0)