Open Morriaty-The-Murderer opened 5 years ago
Hello @Morriaty-The-Murderer Fast-Autocomplete does not have a live update to the graph feature yet. I have some plans to allow live updates and "syncing" but not implemented it yet.
However a better approach for your problem might be if a user types nid
, whether you have the product or not you should still let them know that you understand what they want by showing nidas
in the autocomplete results. The searcher won't have nidas
exactly but it can show:
nidas
nidas
also searched for X, Y and Z which we do have.Hope that helps. P.S. Nice username.
Hi, this question may not be only related to the library itself but the whole system structure.
In real production, the words source may come from search index and user queries, which changed quickly. Imagine some product called
nidas
were off shelves minutes ago. The suggestornid
returnsnidas
but the searcher returnsno results
.If you separate the search module and suggest module, how do you make sure that the data are consistent.
Thanks for you time!