Skip to content

Commit

Permalink
Enabled exact-match search for short WB-ID-like search patterns throu…
Browse files Browse the repository at this point in the history
…gh UI #324
  • Loading branch information
mluypaert committed Aug 18, 2023
1 parent 864fa39 commit 4046240
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/containers/Search/AutocompleteLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export default function AutocompleteLoader({
apiPrefix &&
inputValue &&
inputValue.length >= prefixLengthMin &&
!inputValue.match(/^WB[a-zA-Z]*\d{0,6}$/) &&
!resultItem
) {
setFetchFunc((authorizedFetch) => {
Expand Down

0 comments on commit 4046240

Please sign in to comment.