Commit 32d5932f30ca4c9e6ac963c0fc7e27a904eec96c
1 parent
53dbcfec
Exists in
relation
and in
1 other branch
Fixed docs [skip ci]
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -134,7 +134,7 @@ limit(20).offset(40) |
134 | 134 | Select |
135 | 135 | |
136 | 136 | ```ruby |
137 | -select([:name]) | |
137 | +select(:name) | |
138 | 138 | ``` |
139 | 139 | |
140 | 140 | [These source filtering options are supported](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-body.html#request-body-search-source-filtering) | ... | ... |