zyachel / libremdb

A free & open source IMDb front-end.
https://libremdb.iket.me
GNU Affero General Public License v3.0
302 stars 29 forks source link

Search suggestions #29

Open vertigo220 opened 1 year ago

vertigo220 commented 1 year ago

Not sure if this is possible due to how libremdb works, but one feature I make use of a lot on imdb that's missing is having it show matching search results as you type.

zyachel commented 1 year ago

that'd require multiple requests to IMDb. and if I do implement such a thing, it might lead them to ratelimit instances.
furthermore, it's not feasible as response time is already slow.