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 1818 The following characters are <span class =" has-text-weight-bold" >NOT</span >
1919 allowed in search terms:
2020 <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.
2124 </p >
2225 </div >
2326 <div v-else class =" is-flex-grow-5" >
@@ -91,7 +94,7 @@ const route = useRoute();
9194const router = useRouter ();
9295
9396const cveRecordRouteName = ' CVERecord' ;
94- const invalidSearchCharacters = ref (' (){}[]" \' `<>|;!~^* +%' );
97+ const invalidSearchCharacters = ref (' (){}[]\' `<>|;!~^+%' );
9598const legacyOptionLabel = ' Find a Test CVE Record/ID (Legacy)' ;
9699const searchOptionLabel = ' Search CVE List (Production Data)' ;
97100
You can’t perform that action at this time.
0 commit comments