andy3471 / keyshare

A web app for sharing Steam keys with your friends
MIT License
4 stars 2 forks source link

Autocomplete Search Controller should use Redis or Elasticcache #31

Closed andy3471 closed 4 years ago

andy3471 commented 5 years ago

Is your feature request related to a problem? Please describe. Currently an SQL query is run as you run an autocomplete search, the results are not cached.

Describe the solution you'd like Cache all results, filter them in the controller based on user input

andy3471 commented 4 years ago

Close - Should use Laravel Scout - #46 for search instead