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 53d1095 commit 41b36d7Copy full SHA for 41b36d7
src/components/cveRecordSearchModule.vue
@@ -312,7 +312,7 @@ function allValidCharacters(searchString) {
312
// otherwise. The error message is also set to indicate the invalid
313
// characters found in the string.
314
315
- const invalidCharacters = '(){}[]"\'`<>+=|\;!~^*'.split('');
+ const invalidCharacters = '{}[]"\'`<>+|\;!~^'.split('');
316
317
const found = invalidCharacters.filter(i => searchString.includes(i));
318
0 commit comments