diff options
| author | Gary <[email protected]> | 2024-07-23 16:20:51 +0800 |
|---|---|---|
| committer | Gary <[email protected]> | 2024-07-23 16:20:51 +0800 |
| commit | b5d71f2c0326d66b1cfe8eca69b013c71d93f5fa (patch) | |
| tree | 78e0d8ec3dd040bbff905f7a4450b16d841a1f6d /testdata/ui_data/objects_data | |
| parent | c6d8d179854402ab632abf52d43e554ba6f29c18 (diff) | |
Account -
1.contains筛选全值与部分值
2.全局模糊筛选全值与部分值
Diffstat (limited to 'testdata/ui_data/objects_data')
| -rw-r--r-- | testdata/ui_data/objects_data/Accounts/base_accounts.json | 54 | ||||
| -rw-r--r-- | testdata/ui_data/objects_data/Intervals/base_intervals.json | 5 | ||||
| -rw-r--r-- | testdata/ui_data/objects_data/URLs/urls.json | 4 |
3 files changed, 58 insertions, 5 deletions
diff --git a/testdata/ui_data/objects_data/Accounts/base_accounts.json b/testdata/ui_data/objects_data/Accounts/base_accounts.json index fbcc0e35..f5a85ae3 100644 --- a/testdata/ui_data/objects_data/Accounts/base_accounts.json +++ b/testdata/ui_data/objects_data/Accounts/base_accounts.json @@ -193,11 +193,36 @@ "Description": "" }, { + "ids": "ID作为搜索条件进行查询-T074-1", + "Model": "create", + "Type": 0, + "Name": "", + "Search type": "ID", + "Items": [ + "[random]->" + ], + "Description": "", + "Subordinate Objects": "" + }, + { "ids": "ID作为搜索条件进行模糊查询-T074-1", "Model": "create", "Type": 0, "Name": "", "Search type": "ID", + "fuzzy_search": "True", + "Items": [ + "[random]->" + ], + "Description": "", + "Subordinate Objects": "" + }, + { + "ids": "Name作为搜索条件进行查询-T074-2", + "Model": "create", + "Type": 0, + "Name": "test_ui_test_ui111123323", + "Search type": "Name", "Items": [ "[random]->" ], @@ -210,6 +235,19 @@ "Type": 0, "Name": "test_ui_test_ui111123323", "Search type": "Name", + "fuzzy_search": "True", + "Items": [ + "[random]->" + ], + "Description": "", + "Subordinate Objects": "" + }, + { + "ids": "Description作为搜索条件进行查询-T074-3", + "Model": "create", + "Type": 0, + "Name": "test_ui_test_23", + "Search type": "Description", "Items": [ "[random]->" ], @@ -222,6 +260,7 @@ "Type": 0, "Name": "test_ui_test_23", "Search type": "Description", + "fuzzy_search": "True", "Items": [ "[random]->" ], @@ -241,11 +280,24 @@ "Subordinate Objects": "" }, { + "ids": "Details作为搜索条件进行查询-T074-5", + "Model": "create", + "Type": 0, + "Name": "test_ui_test_ui323", + "Search type": "Details", + "Items": [ + "aaacccsee->" + ], + "Description": "", + "Subordinate Objects": "" + }, + { "ids": "Details作为搜索条件进行模糊查询-T074-5", "Model": "create", "Type": 0, "Name": "test_ui_test_ui323", "Search type": "Details", + "fuzzy_search": "True", "Items": [ "aaacccsee->" ], @@ -253,7 +305,7 @@ "Subordinate Objects": "" }, { - "ids": "ID作为搜索条件进行模糊查询-T075-1", + "ids": "ID作为搜索条件进行查询-T075-1", "Model": "create", "Type": 0, "Name": "", diff --git a/testdata/ui_data/objects_data/Intervals/base_intervals.json b/testdata/ui_data/objects_data/Intervals/base_intervals.json index 3ad6a00f..a759a2a7 100644 --- a/testdata/ui_data/objects_data/Intervals/base_intervals.json +++ b/testdata/ui_data/objects_data/Intervals/base_intervals.json @@ -31,14 +31,15 @@ "Subordinate Objects": { "subName": "", "subItems": [ - "[1,999]->" + "[1,999][search]->" ], "subDescription": "" }, "Exclude Objects": { "subName": "", "subItems": [ - "[random]->" + "[random][search]->", + "[47743,326228]->" ], "subDescription": "" } diff --git a/testdata/ui_data/objects_data/URLs/urls.json b/testdata/ui_data/objects_data/URLs/urls.json index 2489205c..9a698de0 100644 --- a/testdata/ui_data/objects_data/URLs/urls.json +++ b/testdata/ui_data/objects_data/URLs/urls.json @@ -187,10 +187,10 @@ ], "Description": "", "Subordinate Objects": [ - "[random]->" + "[random][search]->" ], "Exclude Objects": [ - "[random]->" + "[random][search]->" ] }, { |
