If a user submits a search for less than 3 characters, then the resulting page shows "No results found!". This is incorrect messaging & should be worded differently with something like "Must search for at least 3 characters". See attachments
To reproduce
Steps to reproduce the behavior:
Create a product with name "simple1"
Go to PWA storefront & search for "s"
Note issue
Search for "si"
Note issue
Search for "sim"
Note that product is returned
Expected behavior
A message is displayed that your search term didn't meant the minimum length requirement. If the message from GraphQL is user friendly, just display that, otherwise come up with one to display.
Describe the bug
If a user submits a search for less than 3 characters, then the resulting page shows "No results found!". This is incorrect messaging & should be worded differently with something like "Must search for at least 3 characters". See attachments
To reproduce
Steps to reproduce the behavior:
Expected behavior
A message is displayed that your search term didn't meant the minimum length requirement. If the message from GraphQL is user friendly, just display that, otherwise come up with one to display.
Screenshots
JIRA Link
PWA-683