You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/ent-search/qa/rest/src/yamlRestTest/resources/rest-api-spec/test/entsearch/rules/40_rule_query_search.yml
+71Lines changed: 71 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -893,3 +893,74 @@ teardown:
893
893
- match: { hits.total.value: 2 }
894
894
- match: { hits.hits.0._id: 'doc1' }
895
895
- match: { hits.hits.1._id: 'doc4' }
896
+
897
+
---
898
+
"Multi-index search with missing documents does not error":
0 commit comments