[GH-ISSUE #5] Update search when anything is typed rather than search button #6

Closed
opened 2026-03-03 00:07:00 +03:00 by kerem · 2 comments
Owner

Originally created by @Awlexegrecki on GitHub (Oct 5, 2025).
Original GitHub issue: https://github.com/binimum/tidal-ui/issues/5

I don't know how to explain it but I know how to do it in javascript. When anything is typed in a text input in javascript, you have a couple different options for updating the search. If you do the "change" option, it updates when you click enter, or I guess you have it so it updates when you click the search button. However, there is an option in javascript for "input", which automatically searches every time a new character is typed. I am not familiar with the coding language you are using, but would this be possible? It is a little annoying to click the search button every time.

Originally created by @Awlexegrecki on GitHub (Oct 5, 2025). Original GitHub issue: https://github.com/binimum/tidal-ui/issues/5 I don't know how to explain it but I know how to do it in javascript. When anything is typed in a text input in javascript, you have a couple different options for updating the search. If you do the "change" option, it updates when you click enter, or I guess you have it so it updates when you click the search button. However, there is an option in javascript for "input", which automatically searches every time a new character is typed. I am not familiar with the coding language you are using, but would this be possible? It is a little annoying to click the search button every time.
kerem 2026-03-03 00:07:00 +03:00
  • closed this issue
  • added the
    wontfix
    label
Author
Owner

@binimum commented on GitHub (Oct 5, 2025):

I know what you mean, but the only problem would be that it would continously spam the already slow APIs on every letter press which is not good with 3k users haha. If you have any other thoughts for it however please let me know!

<!-- gh-comment-id:3369265783 --> @binimum commented on GitHub (Oct 5, 2025): I know what you mean, but the only problem would be that it would continously spam the already slow APIs on every letter press which is not good with 3k users haha. If you have any other thoughts for it however please let me know!
Author
Owner

@IZA165 commented on GitHub (Oct 17, 2025):

is it maybe possible to only send an API request after a second of not typing? That way you're not spamming every letter press but you still don't need to press the search bar @uimaxbai

<!-- gh-comment-id:3417142687 --> @IZA165 commented on GitHub (Oct 17, 2025): is it maybe possible to only send an API request after a second of not typing? That way you're not spamming every letter press but you still don't need to press the search bar @uimaxbai
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tidal-ui#6
No description provided.