CruFox
First thing that comes to my mind is that maybe you placed a comma between them instead of placing them in separate lines or separating them using
For example to hide images uploaded by you and by me you would either use:
or
or
as
Moderator
I like tags
But aside from that, ive actually filtered 2 uploaders beforehand, then next time i logged in i saw uploads from said uploaders.
First thing that comes to my mind is that maybe you placed a comma between them instead of placing them in separate lines or separating them using
||
?For example to hide images uploaded by you and by me you would either use:
uploader_id:641
uploader_id:93
or
uploader_id:641 || uploader_id:93
or
uploader_id:641 OR uploader_id:93
as
||
and OR
are the same operator