#1 2008-08-16 22:51:40
As you have likely noticed, the search function here is of limited usefulness in avoiding asshats. One reason for this is that the code omits URLs from the search index.
This code has been removed, so now URLs should be searchable. You should note that the search works by breaking up each post into words, then these words are stored in an index. Words are split on whitespace or most symbols, with the notable exceptions of periods and hyphens.
So for example, say you found a great article with the URL http://www.telegraph.co.uk/news/newstop … atory.html. You can take the number in it and search, like this:
and see the two previous times it was posted.
There are still limitations; the maximum word length is 20 characters, so words longer than that are not indexed. So it's best to pick a reasonably short but unique part of the URL to search on. For example, *undergrowth* would not turn up the URL above because the word Plans-to-clear-undergrowth-from-gay-sex-spot-branded-discriminatory.html is too long to be indexed.
Also note that the "Show results as: Posts" option now works, and is often a better way of viewing results.
Auto-edited on 2020-08-02 to update URLs
Offline
#2 2008-08-16 23:25:38
Gratitude!
Offline
#3 2008-08-17 01:22:47
***free blowjob***
Offline
#4 2008-08-17 11:54:06
I don't want to look a gift horse in the mouth, but can't help but think it would be so much better if Pale and George's responses were reversed.
Offline
#5 2008-08-17 13:11:27
These exchanges are the reason I come back here daily to my family's and business determinants... LOL!
Offline
#6 2008-08-17 16:37:09
Never look a pale gift horse in the mouth.
Offline
#7 2008-08-20 01:49:55
Why am I seeing this at the top of the SERPs?
Code:
SELECT m.post_id FROM hs_search_words AS w INNER JOIN hs_search_matches AS m ON m.word_id = w.id WHERE w.word LIKE 'solicitation'
(yes, I know which word I was searching, as I was trying to avoid a hat by finding it, if it existed, in a linked URL)
Offline
#8 2008-08-20 11:43:56
pALEPHx wrote:
Why am I seeing this at the top of the SERPs?
I think that may be some debug code O+ put in to print out the query string, but I'm not sure if it should still be there or not. Paging orangeplus...
Offline