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