

@[email protected] @[email protected]
site:domain.tld
does work, as an and x
constraint. I often use it.
It seems to me like the OP’s specific and (not x)
usage of site: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 transforming site
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:
Filter all the indexed Web results where its contents don’t include the word “site”, possibly do include “quora.com”, possibly do include “Molten”, possibly do include “boron”, possibly do include “oxide”, possibly do include “attacks”, possibly do include “silicates”
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”).
@[email protected] @[email protected]
As a sidenote, I remember that UK has an odd and ancient “law” stating something in the lines “The Crown must not be offended” (i.e. being anti-monarchy and advocating for the end of monarchy, even without any violent language/means but a pacific defense of anti-monarchy). I couldn’t find it, nor I can remember the exact phrasing, but such a “law” threatens prison time for those who “dare” to “offend” the crowniness of UK Crown. Also, I’m not sure to what extent this law is applied in practice.
Even though I’m Brazilian (so the UK supposedly “have no power over here”, and I say it with the Gandalf’s voice), I see these international situations with some worry: there are needed laws (such as laws against noise pollution) and there are laws whose reach ends up going way too far from their “seemingly well-intentioned” puritan scope (such as the aforementioned laws).
If countries are capable of passing draconian laws against their own citizens, don’t expect that those same countries couldn’t go further to impose these laws beyond their own lawns, especially in times of interconnectedness.
And Fediverse platforms from everywhere around the entire globe end up being caught in the crossfire, due to that same interconnectedness.
In the end of the day, the world is increasingly bleaker, as the history is being repeated (maxims “One thing people can learn from history books is that people can’t learn from history books”, and “history doesn’t just repeat, it rhymes”).