Skip to content

Commit 58541e7

Browse files
authored
wildcard search support (#3677) (#3678)
* cveRecordSearchModule: allow asterisk (*) and double-quote (") characters * add wildcard character support in search tips
1 parent 75cbf0a commit 58541e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/cveRecordSearchModule.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
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">

0 commit comments

Comments
 (0)