mytakedotorg/mtdo

User error dialog for searching more than 5 terms

Open

#327 opened on Aug 18, 2020

 (0 comments) (0 reactions) (0 assignees)Java (3 forks)auto 404
frontendgood first issue

Repository metrics

Stars
 (16 stars)
PR merge metrics
 (PR metrics pending)

Description

We limit a search to 5 terms. If you search for 6, the sixth is silently removed on the client side. It would be good to show a notification to the user about the limit.

https://github.com/mytakedotorg/mytakedotorg/blob/da7b7b5a83ed3370ceeff8d8f79008fcf6ce6f05/client/src/main/scripts/components/SearchBar.tsx#L49-L59

Contributor guide