We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75cbf0a commit 58541e7Copy full SHA for 58541e7
src/components/cveRecordSearchModule.vue
@@ -18,6 +18,9 @@
18
The following characters are <span class="has-text-weight-bold">NOT</span>
19
allowed in search terms:
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.
24
</p>
25
</div>
26
<div v-else class="is-flex-grow-5">
0 commit comments