We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a01cab9 commit 019ec46Copy full SHA for 019ec46
src/components/cveRecordSearchModule.vue
@@ -318,7 +318,7 @@ function allValidCharacters(searchString) {
318
// otherwise. The error message is also set to indicate the invalid
319
// characters found in the string.
320
321
- const invalidCharacters = '(){}[]"\'`<>+=|\;!~^*'.split('');
+ const invalidCharacters = '{}[]"\'`<>+|\;!~^'.split('');
322
323
const found = invalidCharacters.filter(i => searchString.includes(i));
324
0 commit comments