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 fe3fc9f commit db1db3dCopy full SHA for db1db3d
test/elixir/test/config/search.elixir
@@ -38,5 +38,12 @@
38
],
39
"LimitTests": [
40
"limit field"
41
+ ],
42
+ "ExplainIndexTextTests": [
43
+ "basic index candidates",
44
+ "basic selector hints"
45
46
+ "ExplainIndexMixedTests": [
47
+ "basic"
48
]
49
}
test/elixir/test/config/suite.elixir
@@ -735,5 +735,16 @@
735
736
"IgnoreDesignDocsForAllDocsIndexTests": [
737
"should not return design docs"
738
739
+ "ExplainIndexJSONTests": [
740
741
742
743
+ "ExplainIndexTestsNoIndexes": [
744
+ "basic",
745
+ "no usable index"
746
747
+ "ExplainIndexTestsPartitionedNoIndexes": [
748
749
750
0 commit comments