We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3d6e0a commit 1683089Copy full SHA for 1683089
system-int-test/test/cmr/system_int_test/search/collection/collection_progress_search_test.clj
@@ -32,18 +32,15 @@
32
"single value search"
33
[coll1] "ACTIVE" nil
34
35
- "case insensitive (default)"
+ "case insensitive"
36
[coll2] "planned" nil
37
38
"pattern search with RE substring"
39
[coll4 coll6 coll7] "*RE*" {"options[collection-progress][pattern]" "true"}
40
41
- "OR search (default)"
+ "OR search"
42
[coll1 coll2] ["ACTIVE" "PLANNED"] nil
43
44
- "AND search returns empty (collections have single value)"
45
- [] ["ACTIVE" "PLANNED"] {"options[collection-progress][and]" "true"}
46
-
47
"case sensitive search"
48
[] "active" {"options[collection-progress][ignore-case]" "false"}
49
0 commit comments