#community-help

Vue Instant Search Issue and Solution

TLDR Nasim had an issue with vue instant search. They resolved the issue by using a debounced search input field, after suggestions from em1nos and Jason.

Powered by Struct AI

1

6
16mo
Solved
Join the chat
Jun 09, 2022 (17 months ago)
Nasim
Photo of md5-46b59943e82de807cdb3cc937f78183a
Nasim
09:50 AM
Hi all,
I am experiencing a issue in instant search vue. When I enter a letter in the search bar little fast, it get override by the UI. But if I search little slow it works without any problem.
em1nos
Photo of md5-f33ae8b829901656b655c985c894be3a
em1nos
12:46 PM
Nasim are you using a component library like Vuetify or Element for the input? I had similar issues with some library component. It was not typesense related, but probably a bug in the library component or a misconfiguration of it.
Nasim
Photo of md5-46b59943e82de807cdb3cc937f78183a
Nasim
12:46 PM
No, I am not using any library like that. I am using vue instant search for typesense
Jason
Photo of md5-8813087cccc512313602b6d9f9ece19f
Jason
04:34 PM
Nasim I've seen this issue on some old versions of instantsearch. Could you try upgrading to the latest version?

1

Jun 12, 2022 (16 months ago)
Nasim
Photo of md5-46b59943e82de807cdb3cc937f78183a
Nasim
05:37 AM
I am using latest version. It didn't resolve the issue. Tried with previous version too, but it didn't solve them.
07:08
Nasim
07:08 AM
Update: Using debounced search input field solved the issue.