0

Perhaps trivial question, but I couldn't find anything relevant.

If I have a long list of let say surnames or maybe better institution names which are usually long. How do I do lookup queries when user types first few characters?

e.g.

technology institute
science institute
literature seminar
techinvest
technology park
animal shelter etc..

simply when user start typing tech.... I want to provide

technology institute
techinvest
technology park

as resutlt for dropdown.

webduvet
  • 4,220
  • 2
  • 28
  • 39
  • Did you try anything yet? This is probably the method you're looking for: https://www.firebase.com/docs/web/api/query/startat.html. Or potentially this one if you're using REST: https://www.firebase.com/docs/rest/guide/retrieving-data.html#section-rest-queries – Frank van Puffelen Jan 30 '15 at 17:06
  • I figured it out meantime :) but thanks anyways – webduvet Jan 30 '15 at 17:20

0 Answers0