Closed belwalshubham closed 6 months ago
Hello @belwalshubham
Looks like your issue is more related to a support need and not a request for a feature or a bug fix. But most of all, you need quick support to help you play with Meilisearch 😁
We are a small team, so we can’t spend much time doing support this specific repo :cry:
So, if you want immediate help, we would recommend going to our Discord instead. The community will be able to help you, no matter your question.
Sorry if I miss-understood your use-case. If that's the case, let me know.
Thanks for using Meilisearch!
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?