Live data from Hacker News

Ask HN: Why does Reddit search suck so much?

news.ycombinator.com

11–16 of 16 posts

Re: Ask HN: Why does Reddit search suck so much?

#11
post #5

Earlier quoted context omitted.

Well, TIL. Thanks.

I wasn't aware of the search bar on HN either. Would be nice if it was at the top of the page rather than the bottom.

Me too; this is the first I've heard of it. I guess I never scrolled down enough to see it.

Re: Ask HN: Why does Reddit search suck so much?

#12
post #8

In general, people are trained by Google to expect a lot out of a search. On Google you can phrase a search in a number of ways that don't precisely map to how the ideal content phrases it, and still figure it out. This works because Google has a massive amount of data - data from searches about what words are generally synonyms of other words, data from other pages on the internet that link to the target page, and d…

I don't know, I rolled my own search feature for a previous project just using mysql full text search with weighted results and ended up with something that worked way better than reddit's search function. Building the next google is hard but building a functional search feature isn't exactly rocket science, especially when you have reddit level money.

Re: Ask HN: Why does Reddit search suck so much?

#13
post #8

In general, people are trained by Google to expect a lot out of a search. On Google you can phrase a search in a number of ways that don't precisely map to how the ideal content phrases it, and still figure it out. This works because Google has a massive amount of data - data from searches about what words are generally synonyms of other words, data from other pages on the internet that link to the target page, and d…

I don't know, I rolled my own search feature for a previous project just using mysql full text search with weighted results and ended up with something that worked way better than reddit's search function. Building the next google is hard but building a functional search feature isn't exactly rocket science, especially when you have reddit level money.

I personally think the search sucks because good search takes a lot of resources (in many different ways) and they prefer to allocate those resources elsewhere.

I remember creating a search function in school, and while it worked pretty well, I'm not sure it would work well for an organization with as much information as Reddit.

As for reddit-level money, does reddit even make all that much compared to their expenses?

Re: Ask HN: Why does Reddit search suck so much?

#14
post #8

In general, people are trained by Google to expect a lot out of a search. On Google you can phrase a search in a number of ways that don't precisely map to how the ideal content phrases it, and still figure it out. This works because Google has a massive amount of data - data from searches about what words are generally synonyms of other words, data from other pages on the internet that link to the target page, and d…

I don't know, I rolled my own search feature for a previous project just using mysql full text search with weighted results and ended up with something that worked way better than reddit's search function. Building the next google is hard but building a functional search feature isn't exactly rocket science, especially when you have reddit level money.

Is that a fair comparison? Reddit has a ridiculous amount of data to search through. I feel like if improving search was so trivial, they would have done it already.

Re: Ask HN: Why does Reddit search suck so much?

#15
post #14

Earlier quoted context omitted.

I don't know, I rolled my own search feature for a previous project just using mysql full text search with weighted results and ended up with something that worked way better than reddit's search function. Building the next google is hard but building a functional search feature isn't exactly rocket science, especially when you have reddit level money.

Is that a fair comparison? Reddit has a ridiculous amount of data to search through. I feel like if improving search was so trivial, they would have done it already.

Well they do have a search that works reasonably fast, so they have the infrastructure already. It's just not that good. It's a algorithm/methodology issue. I can understand if they were still in startup mode or it wasn't 2017. I'm not saying the method I mentioned would be a solution for something on reddit's scale but we live in an age of readily available data analytic solutions and open-source search engines. An open-source solution like Solr would work, I just don't think reddit has any motivation to solve the issue.

Edit: Found this on reddit's wikipedia page:

"On July 21, 2010, Reddit outsourced the Reddit search engine to Flaptor, who used its search product IndexTank.[91] As of July 12, 2012, Reddit uses Amazon CloudSearch."

It seems to be an implementation issue, not a technological one.

Post reply on HN