Hacker News new | ask | show | jobs
by cranjice 2900 days ago
So I tried entering the term "pasta" and nothing happened. At first I thought it was broken, but then I entered pizza and there were results. An action button and some status detail (# of results found, etc.) might help the UI.
1 comments

Weird, pasta is in the database. What happened to you is probably the slowness of the search. The database is loaded entirely to the client and searches are done in memory.

Right now it's pretty jumpy even on high-end hardware. I need to fix this.