Replace last SearchClient with Search::Client (#6359) [deploy]
This commit is contained in:
parent
e27c9b77a3
commit
30e472edf6
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ module Search
|
|||
private
|
||||
|
||||
def search(body:)
|
||||
SearchClient.search(index: INDEX_ALIAS, body: body)
|
||||
Search::Client.search(index: INDEX_ALIAS, body: body)
|
||||
end
|
||||
|
||||
def set_query_size(params)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue