We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b48fcc commit 162c6b9Copy full SHA for 162c6b9
1 file changed
test/elixir/test/config/suite.elixir
@@ -936,5 +936,17 @@
936
"multi cond and",
937
"multi cond or",
938
"sort"
939
- ]
+ ],
940
+ "ChooseCorrectIndexForDocs": [
941
+ "choose index with one field in index",
942
+ "choose index with two",
943
+ "choose index alphabetically",
944
+ "choose index most accurate",
945
+ "choose index most accurate in memory selector",
946
+ "warn on full db scan",
947
+ "chooses idxA",
948
+ "can query with range on secondary column",
949
+ "choose index with id",
950
+ "choose index with rev"
951
952
}
0 commit comments