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
207 changes: 0 additions & 207 deletions src/mango/test/07-text-custom-field-list-test.py

This file was deleted.

23 changes: 23 additions & 0 deletions test/elixir/test/config/search.elixir
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,29 @@
"ElemMatchTests": [
"elem match non object"
],
"CustomFieldsTest": [
"basic",
"multi field",
"element access",
"index selection",
"in with array",
"in with array not explicit",
"in different types",
"nin with array",
"missing",
"missing type",
"field analyzer is keyword",
"escaped field",
"filtered search fields",
"two or",
"all match",
],
"CustomFieldsExistsTest": [
"exists field",
"exists array",
"exists object member",
"exists false same as views"
],
"LimitTests": [
"limit field"
]
Expand Down
Loading