We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e62b56 commit fba0739Copy full SHA for fba0739
test/integration/search_size_from_test.rb
@@ -27,7 +27,7 @@ class SizeIntegrationTest < ::Elasticsearch::Test::IntegrationTestCase
27
28
should "move the offset" do
29
response = @client.search index: 'test', body: search {
30
- query { match(:title) { query 'test' and type 'phrase_prefix' } }
+ query { match(:title) { query 'test' } }
31
size 5
32
from 5
33
sort { by 'title.keyword' }
0 commit comments