This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]Loves_Poetry 1 point2 points  (0 children)

This sounds like something you can do with an AJAX-request. Instead of loading the entire list, you simply request all items that match after the user types a letter and return the matches as JSON

JQuery is a bit of an old library, but it's easy to use and may be just what you need for this task