Dropdown search performance

Hello,

I am trying to create a custom dropbox search. This search will usually work on a list with 10 000+ items.
Currently I am using this:

However, the problem is that with over 10 000 items, this search is slow. Can anyone help me with this or point me to something that I could use to fix this problem?

Hello!

Try this solution based on a so-called “trie” search.

1 Like

With some adjustments for my project, this works perfect. Of course there is a slight delay(less than a second) when searching, but compared to the previous solution it is amazing. Thank you.

1 Like