How can I Implement Closed Auto-Suggestions with MeiliSearch in Gatsby and Strapi Project #747
Closed
belwalshubham
started this conversation in
Feedback & Feature Proposal
Replies: 1 comment
-
Hello @belwalshubham Your issue is more related to a support need than a request for a feature or a bug fix. If you want immediate help, we recommend going to our Discord instead. The community will be able to help you. Thanks for using Meilisearch! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Tech Stack:
Description:
I have successfully integrated a global MeiliSearch solution into my Gatsby and Strapi project. The current implementation supports general search queries across various fields. However, I now need to implement a auto-suggestion feature.
Current Implementation:
Here's a snippet of the current code setup:
I want to implement auto-suggestions in the search input field so that when a user types, it provides relevant suggestions in real-time. How can I achieve this?
Beta Was this translation helpful? Give feedback.
All reactions