Seeing in the instructions about how to do a post search with tags, i.e. https://e621.net/help/cheatsheet
To do a conjunction of two or more tags, you enter them in the field...
Search:
cat dog bird
cat dog bird
Generated URL:
https://e621.net/posts?tags=cat+dog+bird
If we consider (not from an IT point of view, but mmmm... matehmatial), each tag could be thought as "set" of post, few or many.
The term
/post?tag=t1+t2+t3...
would be then, the intersection of those sets.
According to the instructions, you could generate also the "union" of those sets with the operator "~".
Search:
~cat ~dog ~bird
~cat ~dog ~bird
Generated URL:
https://e621.net/posts?tags=%7Ecat+%7Edog+%7Ebird
Evidently, "%7E" stands for the character "~".
You could also make searches, by the favorites of some user:
Search:
fav:MexicanFurry
fav:MexicanFurry
Generated URL:
https://e621.net/posts?tags=fav%3AMexicanFurry
Note that in the url, "fav:MexicanFurry" is treated as a tag...
So far, so good...
--------------------------------------
Not to make this thing excessively long, what I want is to generate a UNION of two favorites of users.
So I enter in the Search field:
Search:
~fav:MexicanFurry ~fav:Sirus2b
(This is analogous to the second example above.
URL Generated:
https://e621.net/posts?tags=%7Efav%3AMexicanFurry+%7Efav%3ASirus2b
But what is displayed here, is:
Nobody here but us chickens! Go back
I don't know if...
(a.) I doing something wrong...
(b.) The system cannot process this kind of more complex request.
I don't know if someone here could help me.
PS.
Why I want to do this, you may ask?
The reason because this is important to me, is because I want to generate searches of post of users that have similar tastes to me.
That will be, so to say it, the kind of "tags" with which I could find the stuff more suitable to me in E6.
Then at the and, I could also add a metatag "order:score", just as "the cherry", so to speak.
Updated