On the other end of the spectrum, I've been impressed by Netflix search. I would search a name and they do not have that movie, but would suggest a mix of similar movies, movies with the same actors or director. It's pretty clever, I just wish they were more explicit about it, as in showing the reasoning behind choosing a result.
Website search hurts my feelings
161–170 of 201 posts
Re: Website search hurts my feelings
#162Love this article. Worked as a search relevance consultant for years and these are exactly the problems we work on. Most of the time fixing search is a thankless job. People expect it to work and when it does they take it for granted, but when it doesn’t it damages your reputation and brand. If you want to get started fixing website search relevance I recommend the books “Relevant Search” by Turnbull and Berryman, an…
That's the definition of a table stakes feature. It's not as if you can not implement it and people won't notice!
Re: Website search hurts my feelings
#163I can explain this. About 15 years ago or so, together with a friend, we started a company whose goal was to offer a working product search for E-commerce. Faceting was just one aspect of the problem, a much more pressing issue for non-English speaking countries is that you need a way to deal with declension and various misspellings (especially from people that do not enter accented characters). So we did. Solve the…
I think whether or not it matters is contextual. If I am trying to get work done, or trying to buy something on your site I very much care if search works. UX is a feature. You can acquire customers with lower prices, but can you keep them with a bad UX?
It’s a feature but not the only feature. Ppl complain about Google search (arguably their only feature) on HN everyday, but they’re still essentially a monopoly.
Re: Website search hurts my feelings
#164Re: Website search hurts my feelings
#165Tagging ins tedious. Especially when it’s not you who searches but lots of other people, all with their specific ways of describing what they are looking for. And yes, the results are between amusing, annoying and infuriating. The “alcohol” example finding mostly comes from alcohol free products advertising this feature in their name - no need to name your regular beer or wine “with alcohol”, at least not in the prod…
tagging doesn't work period because people will tag things to try to get their product in front of your eyes and add any tag they think is popular entirely unrelated to their "product".
Re: Website search hurts my feelings
#166Earlier quoted context omitted.
I'm not trying to fix search so what's the tldr on why it's so hard to do with such constrained databases? The Nintendo one seems insanely egregious. Is this not just a symptom of corporate laziness rather than search problem complexity?
The searchable content may be constrained, but the queries aren’t ;) Search is hard because you need to anticipate and model the language of all potential searchers and the content. There’s also lots of ambiguity because you’ll only get one or two keywords from the searcher without any other context, and you need to take into account trends and content quality and metadata. Also, in lots of cases search is bad becaus…
Re: Website search hurts my feelings
#167Earlier quoted context omitted.
You should have pivoted and become price comparison site with good product search.
Comparison sites are predominantly not about good search either, but rather affiliate relationships.
Re: Website search hurts my feelings
#168There’s a restaurant website in Hong Kong that lets you search by region. However it shows restaurants that paid to be featured at the top of the results. So the search results will often contain restaurants that are multiple hours away.
Re: Website search hurts my feelings
#169Earlier quoted context omitted.
I think whether or not it matters is contextual. If I am trying to get work done, or trying to buy something on your site I very much care if search works. UX is a feature. You can acquire customers with lower prices, but can you keep them with a bad UX?
The answer is clearly yes… It’s a feature but not the only feature. Ppl complain about Google search (arguably their only feature) on HN everyday, but they’re still essentially a monopoly.
Users are deciding that chatGPT offers a better search UX in some cases and abandoning Google.
So the answer is "No, unless you are a monopoly, and even then don't push your luck."
Re: Website search hurts my feelings
#170Earlier quoted context omitted.
Implementing search correctly would solve the problem too, without requiring a square kilometer of GPUs.
If you have >100k items, “implementing search correctly” is an intractable problem if you don’t have a hundred person team of search relevance optimizers and taggers. Search is terrible until you gather tons of metadata about each item. Search is not nearly as simple as text matching within product titles. An LLM by comparison is peanuts. You could run it overnight and just have it build tags and metadata for all you…