Replace last SearchClient with Search::Client (#6359) [deploy]

This commit is contained in:
rhymes 2020-02-28 17:53:58 +01:00 committed by GitHub
parent e27c9b77a3
commit 30e472edf6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)