diff --git a/src/App.css b/src/App.css
index f04427d..df84fc2 100644
--- a/src/App.css
+++ b/src/App.css
@@ -455,7 +455,7 @@ label.panel-block:hover {
}
.filter_item .control.select_wrapper {
- max-width: 50px;
+ max-width: 100px;
margin: 0 12px;
}
diff --git a/src/Components/ContainerItem/ContainerItem.js b/src/Components/ContainerItem/ContainerItem.js
index 2c2114a..04d3304 100644
--- a/src/Components/ContainerItem/ContainerItem.js
+++ b/src/Components/ContainerItem/ContainerItem.js
@@ -336,7 +336,7 @@ export default function ContainerItem({
width={18}
alt="info"
/>
-
Flexible search allows you to use any attributes to search through the attribute-operation-value formula, you can use parameters such as FilePath, FileName, etc.
+ Flexible search allows you to use any attributes to search through the attribute-operation-value formula, you can use attributes such as FilePath, FileName, etc.
{[
- { value: 'MatchStringEqual', title: '=' },
- { value: 'MatchStringNotEqual', title: '≠' },
- { value: 'MatchNumGT', title: '>' },
- { value: 'MatchNumGE', title: '≥' },
- { value: 'MatchNumLT', title: '<' },
- { value: 'MatchNumLE', title: '≤' },
+ { value: 'MatchStringEqual', title: 'equal' },
+ { value: 'MatchStringNotEqual', title: 'not equal' },
+ { value: 'MatchCommonPrefix', title: 'has prefix' },
].map((item) => (
{item.title}
))}