Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
292 changes: 0 additions & 292 deletions src/mango/test/16-index-selectors-test.py

This file was deleted.

11 changes: 11 additions & 0 deletions test/elixir/test/config/search.elixir
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,16 @@
],
"LimitTests": [
"limit field"
],
"IndexSelectorText": [
"saves partialfilterselector in index",
"uses partial index for query selector",
"uses partial index with different selector",
"doesnot use selector when not specified",
"doesnot use selector when not specified with index",
"old selector still supported",
"old selector still supported via api",
"partial filter only in return if not default",
"uses partial index with non indexable selector"
]
}
12 changes: 12 additions & 0 deletions test/elixir/test/config/suite.elixir
Original file line number Diff line number Diff line change
Expand Up @@ -735,5 +735,17 @@
],
"IgnoreDesignDocsForAllDocsIndexTests": [
"should not return design docs"
],
"IndexSelectorJson": [
"saves partial filter selector in index",
"partial filter only in return if not default",
"saves selector in index throws",
"uses partial index for query selector",
"uses partial index with different selector",
"doesnot use selector when not specified",
"doesnot use selector when not specified with index",
"old selector with no selector still supported",
"old selector still supported",
"uses partial index with non indexable selector"
]
}
Loading