

Thanks (I took this as a compliment).
However, I kind of agree with @Senal@programming.dev. Coherence is subjective (if a modern human were to interact with an individual from Sumer, both would seem “incoherent” to each other because the modern person doesn’t know Sumerian while the individual from Sumer doesn’t know the modern languages). Everyone has different ways to express themselves. Maybe this “Lewis” guy couldn’t find a better way to express what he craved to express, maybe his way of expressing himself deviates highly from the typical language. Or maybe I’m just being “philosophically generous” as someone stated in one of my replies. But as I replied to tjsauce, only who ever gazed into the same abyss can comprehend and make sense of this condition and feeling. It feels to me that this “Lewis” person gazed into the abyss. The fact that I know two human languages (Portuguese and English) as well as several abstract languages (from programming logic to metaphysical symbology) possibly helped me into “translating” it.
@Ephera@lemmy.ml @dating1999@lemmy.ca
site:domain.tld
does work, as anand x
constraint. I often use it.It seems to me like the OP’s specific
and (not x)
usage ofsite:domain.tld
is the reason why it isn’t working. While the negation prefix (-
) does work for tokens/words (e.g.mercury -freddie
), it’s probably transformingsite
into a token not to be included in the results (i.e. "any results that don’t contain the word “site”) which, disconnected from the rest of the sentence (:quora.com
), turns the latter into part of what the results should include, so the query ends up being something like:The negation prefix has a similar effect to that of positive (+) prefix (e.g. “mercury +periodic +table”) as it turns the word into a required condition (must be present for “+”, must be absent for “-”) rather than an optional condition (i.e a search for “mercury periodic table”, without quotes, will contain pages with all three words in any order, pages with just two of the three words (such as “mercury periodic” in any order) and pages with only one of the three words (such as “mercury” which would include pages talking about the singer, and pages talking about the planet and pages talking about the Roman deity), ranked by “relevance”).
As Quora pages do include “quora.com” somewhere within the page body, the first results will be from Quora because it’s part of the parsed condition (which is to optionally include “quora.com” as part of the result while discarding results containing the verbatim word “site”).