frontend
frontend copied to clipboard
Attach length validator to the search bar
As @bpedersen2 mentioned in their comment here:
I guess we should debounce the input and possibly require a minimum length (3 chars?) for fulltext searches to trigger.
I raise this issue to discuss that further