How to prevent search results from being displayed when the search term is empty #5294
-
I am creating a full-text search function using react-instantsearch-dom. |
Beta Was this translation helpful? Give feedback.
Answered by
francoischalifour
Jan 28, 2022
Replies: 0 comments 2 replies
-
We explain in our FAQ: How to search from the n-th character. Then you can use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ohanamaru
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We explain in our FAQ: How to search from the n-th character.
Then you can use
connectStateResults()
to display the placeholder text when there's no query.