You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Using uploader_id:value for complex spoiler filter does nothing and images by that uploader (that has id equal to that value) are not spoilered. If the same uploader_id:value query is added to complex hide filter instead of complex spoiler then it works and images by that uploader are hidden, but if you would open such image directly anyway with that filter turned on then it will show up straight away instead of displaying this:
It just displays the image.
Create a new complex filter that spoilers uploader_id:value and put value equal to ID of some uploader that has their uploads on the main page at the moment of testing
Use that new filter and check main page, see that pictures of this uploader are still displayed
Open one of the pictures of this uploader in another tab for later
Change the filter to have that uploader_id:value in complex hide instead of complex spoiler
Refresh main page again, see that image by that uploader are missing.
Go to the tab from step 5. and refresh it with the modified filter enabled.
See that the image is visible straight away even though it should be spoilered because of the filter
Expected behavior
Filters that have uploader_id:value in their complex spoiler should behave like with any other tag.
Additional context
The same issue is on Furbooru
The text was updated successfully, but these errors were encountered:
Describe the bug
Using
uploader_id:value
for complex spoiler filter does nothing and images by that uploader (that has id equal to thatvalue
) are not spoilered. If the sameuploader_id:value
query is added to complex hide filter instead of complex spoiler then it works and images by that uploader are hidden, but if you would open such image directly anyway with that filter turned on then it will show up straight away instead of displaying this:It just displays the image.
To Reproduce
Steps to reproduce the behavior:
uploader_id:value
and putvalue
equal to ID of some uploader that has their uploads on the main page at the moment of testinguploader_id:value
in complex hide instead of complex spoilerExpected behavior
Filters that have
uploader_id:value
in their complex spoiler should behave like with any other tag.Additional context
The same issue is on Furbooru
The text was updated successfully, but these errors were encountered: