It's a hard problem because what is relevant is inherently subjective and context specific and only a minority of users uses the advanced search functionality so it is also not a big priority to solve it. Both Google and Duck Duck Go optimize for the simple use case where there's a bit of user context and some short query that the user typed. That's what needs to work well. For that Google is still pretty good. I try…
How is search so bad? A case study
91–100 of 416 posts
Re: How is search so bad? A case study
#92Earlier quoted context omitted.
everyone knows the best way to search reddit is via google. The search engine bar in reddit is for optics only.
But does anyone know why search on Reddit is broken? Perhaps intentionally? I don't want to get tin foil hatty but perhaps more not readily apparent false positives = more user clicks = more revenue via ad serving?
Initially I had the impression that search was hard to implement. However, spending a work week figuring it out with ElasticSearch, Solr and Sphinx changed my mind. Getting the solution to work with the scale of the website would take more work, but all the know-how is there, and they could put a whole team to the task for a month.
Re: How is search so bad? A case study
#93I've been screaming about this for years and only recently have people begun agreeing with me - and I know exactly what the major problems are, and they are synergistic: 1. SEO has totally warped result rankings. Now instead of getting results which naturally match my keywords because of content, I'm presented with almost exclusively commercial websites which are trying to sell me something. Gone are the days where y…
Re: How is search so bad? A case study
#94Earlier quoted context omitted.
> A new breakthrough heuristic today will look something totally different, just as meritocratic and possibly resistant to gaming. I wonder how much of this could be obtained back by penalizing: 1. The number of javascript dependencies 2. The number of ads on the page, or the depth of the ad network This might start a virtuous circle, but in the end, this is just a game of cat-and-mouse, and website might optimize fo…
You could even have all this under one roof: one common search spider that feeds this ensemble of different ranking algorithms to produce a set of indices, and then a search engine front end that round-robins queries out between the different indices. (Don’t like your query? Spin the algorithm wheel! “I’m Feeling Lucky” indeed .)
Re: How is search so bad? A case study
#95Earlier quoted context omitted.
Given how relevant forums and discussion spaces are. One would think there would be some standardized structure for it so you can search for comments or posts with criteria all over the internet.
There are 'standards' (and an XKCD comic) for that. See schema.org for example. Google does use it, last time I used it there was even tooling for it in the 'check how my site is to crawl' console, whatever it's called.
Yet I haven't seen even one instance of this anywhere. :(
Re: How is search so bad? A case study
#96Earlier quoted context omitted.
> A new breakthrough heuristic today will look something totally different, just as meritocratic and possibly resistant to gaming. I wonder how much of this could be obtained back by penalizing: 1. The number of javascript dependencies 2. The number of ads on the page, or the depth of the ad network This might start a virtuous circle, but in the end, this is just a game of cat-and-mouse, and website might optimize fo…
Merging js deps into one big resource isn't difficult. The number of ads point is interesting though. How would one determine what is an ad and what is an image? I have my ideas, but optimizing on this boundary sounds like it would lead to weird outcomes.
Re: How is search so bad? A case study
#97Earlier quoted context omitted.
I manually added the comma on a mobile smart keyboard. :) Didn't know that doesn't work haha.
That damn ‘Smart Quotes’ misfeature is still causing havoc even after 30 years.
https://en.wikipedia.org/wiki/Apostrophe
https://en.wikipedia.org/wiki/Grave_accent#Use_in_programmin...
Re: How is search so bad? A case study
#98Try Yandex for an example of a much smaller company doing a fine job at search:
https://yandex.com/search/?text=reddit%20phone%20to%20buy&lr...
Produces exactly what OP was looking for. QED.
Qwant isn't bad either; don't remember if they piggyback off of other search results:
Re: How is search so bad? A case study
#99Re: How is search so bad? A case study
#100Earlier quoted context omitted.
I've been using DDG as a good enough search engine for most things, but when I sometimes fall back to Google, it blows me away how many ads are on the page pretending to be results!
'if not ddg(search) { ddg("!g " + search) }' has been my go-to method for awhile now; but as time has progressed, the results from DuckDuckGo have either been getting better, or the Google results have been getting worse; because usually if I can't find it on DDG now, I can't find it on Google either.