Skip to content

Commit 6672768

Browse files
TASK: Fix typo in prefix filter description
1 parent cc665f6 commit 6672768

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ As **value**, the following methods accept a simple type, a node object or a Dat
420420
|`sortAsc('propertyName')` / `sortDesc('propertyName')`|Can also be used multiple times, e.g. `sortAsc('tag').sortDesc(`date')` will first sort by tag ascending, and then by date descending.|
421421
|`limit(5)` |Only return five results. If not specified, the default limit by Elasticsearch applies (which is at 10 by default)|
422422
|`from(5)` |Return the results starting from the 6th one|
423-
|`prefix('propertyName', 'prefix')` |Does a prefix on the given field with the given prefix|
423+
|`prefix('propertyName', 'prefix')` |Adds a prefix filter on the given field with the given prefix|
424424
|`fulltext('searchWord', options)` |Does a query_string query on the Fulltext index using the searchword and additional [options](https://www.elastic.co/guide/en/elasticsearch/reference/7.6/query-dsl-query-string-query.html) to the query_string|
425425

426426
## moreLikeThis(like, fields, options)

0 commit comments

Comments
 (0)