Hacker News new | ask | show | jobs
by ryebread777 773 days ago
actually it is on there - I think the real problem is that the search functionality is really bad at the moment

https://www.getanyplant.com/plant/c6fb4f16ea74675f84d6085e02...

2 comments

How'd you go about getting the list of all the places you can buy the plant?
what are you using to power your search if i may ask?
Right now it’s just a db query on display_name with ilike :skull:
What kind of database are you using? Postgres has a pretty search built in, I'm sure you can get an easy win here
Postgres! I think you're right I just haven't got to it yet. Thanks for the flag