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 1fa862d commit 2cc210bCopy full SHA for 2cc210b
src/components/cveRecordSearchModule.vue
@@ -204,7 +204,7 @@ function validateQueryString() {
204
}
205
206
if (isSearch) {
207
- if (!errorMessageStore.isErrorMessage) {
+ if (allValidCharacters(searchValue) && !errorMessageStore.isErrorMessage) {
208
209
// The search can proceed with the provided string.
210
cveListSearchStore.isSearchButtonDisabled = false;
0 commit comments