Wouldn’t it cut down on search queries (and thus save resources) if I could search for “this is my phrase” rather than rawdogging it as an unbound series of words, each of which seems to be pulling up results unconnected to the other words in the phrase?

There are only 2 reasons I can think of why a website’s search engine lacks this incredibly basic functionality:

  1. The site wants you to spend more time there, seeing more ads and padding out their engagement stats.
  2. They’re just too stupid to know that these sorts of bare-bones search engines are close to useless, or they just don’t think it’s worth the effort. Apathetic incompetence, basically.

Is there a sound financial or programmatic reason for running a search engine which has all the intelligence of a turnip?

Cheers!

EDIT: I should have been a bit more specific: I’m mainly talking about search engines within websites (rather than DDG or Google). One good example is BitTorrent sites; they rarely let you define exact phrases. Most shopping websites, even the behemoth Amazon, don’t seem to respect quotation marks around phrases.

  • Thorry84@feddit.nl
    link
    fedilink
    arrow-up
    3
    arrow-down
    7
    ·
    4 days ago

    Most search engines have filters for stuff like filetype, limiting the search to a specific site and filters for time and location (when applicable).

    Like I said, search engines are way more complicated than one might think. Doing the kinds of things you mention would be hard and only very few people would need something like that. There are tools out there that do meta searching for analysis though, so you can use search results as data in your analysis. Most of those are highly specialized and often paid, but when you need them it’s worth the price.

    Remember companies like Google invest millions (if not billions) into their search engine and have huge teams working on them. Anytime someone says: “Why don’t they just…” the answer is probably very long and complicated.

    • conciselyverbose@sh.itjust.works
      link
      fedilink
      arrow-up
      12
      arrow-down
      1
      ·
      edit-2
      4 days ago

      No, it isn’t even a little hard. It’s super simple pre-parsing of the input that can trivially be done client side before the query even touches their server. Advanced users who use those tools are perfectly capable of taking the extra step to indicate to the engine that they’re doing a real search, and the worst case is still far less intensive per search than any of the LLM nonsense they added to every search and is almost never useful in any way.

      They choose not to. It’s exactly that simple.