Pretty much every major shopping website has terrible search functionality.

I usually want something very specific, for example 60w dimmable e12 frosted warm led bulb. I have not found a single shopping website that won’t show me results without many of these terms in the description. I don’t want to see listings that say 40w and don’t say 60w anywhere, and it isn’t hard to filter them out!

Are these shopping websites bad on purpose? What’s in it for them?

  • Carighan Maconar
    link
    fedilink
    English
    111 day ago

    There’s nothing in it for them, the simple fact is that the virtual all of people does not look for specific terms.

    Hence the search is optimised to give you loads of things that relate to some parts of your search at least.

    Source: did backend code for shopping frontends for years.

    The search is incredibly fuzzy, plus the tag words of products themselves are fuzzy. And usually they don’t allow forcing a hard match search, though you can try + or and between each word. We had one site that allowed it, just use lucene search syntax.

    • @AA5B@lemmy.world
      link
      fedilink
      English
      17 hours ago

      It turns out many of us do search for specific terms when we want specific items.

      • Carighan Maconar
        link
        fedilink
        English
        06 hours ago

        Do you? Then how come examples like OP’s don’t really specify much.

        Is that any keyword? All keywords? Where? Tags? Title? Name? Description? If all, do they all have to appear int he same field(s)? Anywhere? On the whole page including crosssellers?

        This is what to mean: it’s easy to say “just search for exactly this!”, but what you intuitively think of as “exactly this” is not intuitive from the perspective of a search index. At all. So it gets preprocessed and changes before being used for a search, and in many cases, widened. Because we humans are very bad at putting in an accurate search such as: name:"60w" and description:"standby". We rarely do that.

        • @AA5B@lemmy.world
          link
          fedilink
          English
          3
          edit-2
          6 hours ago

          One of the points here was those syntaxes no longer work

          • search engines are usually free text, with no concept about fields
          • the syntax you specify usually depends on specific sites implementing “filtering” which is usually a lot more annoying to use, and people here complaining that no longer works. Plus that’s limited to a specific site
          • google search specifically, used to accept syntax like quotes to match a phrase and plus or minus to indicate required presence or absence, but those no longer work.
          • certainly part of it is merchandisers using SEO for greater attention rather than better match

          I’m currently looking for a new light fixture and haven’t yet found the magical search phrase to get there or a site with filtering that works. Of course it may not exist but all my attempted searches so far return random junk, so I don’t even know