quran / quran.com-frontend

quran.com frontend
https://quran.com
MIT License
997 stars 360 forks source link

implement search-as-you-type suggestions #224

Closed sharabash closed 8 years ago

sharabash commented 8 years ago

this should match surah names as well as ayah text and translations. if a surah name is the suggestion, clicking that should take you to that surah; if an ayah is suggested, clicking that ayah should take you to that ayah. this is coupled with quran/quran.com-api#27

ahmedre commented 8 years ago

we should use Karim's autocomplete api just like we did in legacy. no need to re-implement the backend of this a second time (especially when we're short staffed and have so much to do!)

sharabash commented 8 years ago

i want to give a shot with elasticsearch first

On Wed, Mar 23, 2016 at 11:57 AM Ahmed El-Helw notifications@github.com wrote:

we should use Karim's autocomplete api just like we did in legacy. no need to re-implement the backend of this a second time (especially when we're short staffed and have so much to do!)

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/quran/quran.com-frontend/issues/224#issuecomment-200274670