File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 18
18
The following characters are <span class =" has-text-weight-bold" >NOT</span >
19
19
allowed in search terms:
20
20
<span class =" is-family-monospace is-size-6" >{{ invalidSearchCharacters }}</span >
21
+ <br >
22
+ The wildcard characters (*?) are now supported, which allows searching
23
+ for patterns instead of only exact matches.
21
24
</p >
22
25
</div >
23
26
<div v-else class =" is-flex-grow-5" >
@@ -91,7 +94,7 @@ const route = useRoute();
91
94
const router = useRouter ();
92
95
93
96
const cveRecordRouteName = ' CVERecord' ;
94
- const invalidSearchCharacters = ref (' (){}[]" \' `<>|;!~^* +%' );
97
+ const invalidSearchCharacters = ref (' (){}[]\' `<>|;!~^+%' );
95
98
const legacyOptionLabel = ' Find a Test CVE Record/ID (Legacy)' ;
96
99
const searchOptionLabel = ' Search CVE List (Production Data)' ;
97
100
You can’t perform that action at this time.
0 commit comments