We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7feb8 commit ceef18eCopy full SHA for ceef18e
rest-api-spec/src/yamlRestTest/resources/rest-api-spec/test/mapping/20_synthetic_source.yml
@@ -179,7 +179,7 @@ synthetic_source text with ignored multi-field and multiple values in the same d
179
body:
180
query:
181
match_phrase:
182
- foo: potato
+ foo: this value is
183
184
- match: { hits.total.value: 1 }
185
# the order will be the same since text fields currently don't take offsets into account
@@ -224,7 +224,7 @@ synthetic_source text with ignored multi-field and multiple values in the same d
224
225
226
227
228
229
230
- match: { hits.hits.0._source.foo.0: "This value is short" }
0 commit comments