Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
agnivade
on May 25, 2017
|
parent
|
context
|
favorite
| on:
Show HN: Real-time notes app built with Vue.js, in...
Quick question - How are you using firebase for search ? I am building a forum app using vuejs and firebase, and I dont have a elegant solution for search.
Btw - the codebase looks neat and very well-maintained !
meagher
on May 25, 2017
[–]
Thanks! Search is currently client-side only (
https://github.com/joshaven/string_score
). This will need to change and I might move everything to Elasticsearch.
agnivade
on May 25, 2017
|
parent
[–]
So are you downloading everything from firebase and then doing the search ?
meagher
on May 25, 2017
|
root
|
parent
[–]
Yup, which is why it needs to eventually change. For the first version, I was okay with the trade-off.
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Btw - the codebase looks neat and very well-maintained !