We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f473a57 commit e9f8c48Copy full SHA for e9f8c48
lib/meilisearch/index.rb
@@ -63,14 +63,13 @@ def document(document_id, fields: nil)
63
alias get_document document
64
alias get_one_document document
65
66
-
67
# Public: Retrieve documents from a index.
68
#
69
# options - The hash options used to refine the selection (default: {}):
70
# :limit - Number of documents to return (optional).
71
# :offset - Number of documents to skip (optional).
72
# :fields - Array of document attributes to show (optional).
73
- # :filter - Filter queries by an attribute's value.
+ # :filter - Filter queries by an attribute's value.
74
# Available ONLY with Meilisearch v1.2 and newer (optional).
75
76
# Returns the documents results object.
0 commit comments