Topic: Bug Reports

Posted under Site Bug Reports & Feature Requests

list said:
Are you aware they recently added the ability to disable individual blacklisted tags? Look on the left hand side where the count of matching blacklisted tags is listed and ensure everything is checked or click enable all filters.

Can't seem to find the thing you mean, but I just managed to fix the problem by removing the tag from my blacklist via the list of tags on a scat-tagged image (as you can apparently also blacklist something by clicking an icon to the right of a tag), then re-adding it through the same means.

Not sure why, but it just didn't catch when I'd manually add it to the list in my settings. Now it does. :)

Updated

Several days in after registering I still can't leave comments, still get "account too new" to send DMs, what in hell.

iwgh said:
Several days in after registering I still can't leave comments, still get "account too new" to send DMs, what in hell.

Not a bug, it's to prevent raids / flooding! You have to wait a total of seven days.

iwgh said:
Several days in after registering I still can't leave comments, still get "account too new" to send DMs, what in hell.

wait 2 days you need to have the account be 7 days old
this is to prevent flooding and spamming
just be patient

I'm not sure if this is a bug or if this is something that's unimplemented, but I'm trying to track comments across all of my posts at the same time and I'm finding that a bit difficult to do. I'm trying to include posts with my director tag, other peoples' gens that I've uploaded, plus those other peoples' gens I've uploaded that had to be replaced because of errors so they don't count as my upload anymore. For regular non-comment post searching, I'm able to use this query "~dfy6c ~user:dfY6C ~id:137905 ~id:141258 ~id:136064" to achieve exactly what I want with those inclusions, but when I try to bring that exact query into the comment search in the Tags field, it seems to only show posts under my director tag. So basically ~dfy6c ~user:dfY6C ~id:137905 ~id:141258 ~id:136064 and dfy6c (links to comment search queries) in the comment search does the same thing for some reason. If I do user:dfY6C then I can actually see some of these other peoples' gens that I've uploaded, but then I can't see comments from those posts that have been replaced or my gens that were uploaded by other people. You can see by the example links that I've provided, which are sorted by comment upvote score to make it easier to spot, that the top comments in the "user:dfY6C" comment search are not there in the "~dfy6c ~user:dfY6C ~id:137905 ~id:141258 ~id:136064" comment search, even though it should technically be including all of those posts if the "~" or other meta syntax queries worked for comment searching.

Updated

dfy6c said:
I'm not sure if this is a bug or if this is something that's unimplemented, but I'm trying to track comments across all of my posts at the same time and I'm finding that a bit difficult to do. I'm trying to include posts with my director tag, other peoples' gens that I've uploaded, plus those other peoples' gens I've uploaded that had to be replaced because of errors so they don't count as my upload anymore. For regular non-comment post searching, I'm able to use this query "~dfy6c ~user:dfY6C ~id:137905 ~id:141258 ~id:136064" to achieve exactly what I want with those inclusions, but when I try to bring that exact query into the comment search in the Tags field, it seems to only show posts under my director tag. So basically ~dfy6c ~user:dfY6C ~id:137905 ~id:141258 ~id:136064 and dfy6c (links to comment search queries) in the comment search does the same thing for some reason. If I do user:dfY6C then I can actually see some of these other peoples' gens that I've uploaded, but then I can't see comments from those posts that have been replaced or my gens that were uploaded by other people. You can see by the example links that I've provided, which are sorted by comment upvote score to make it easier to spot, that the top comments in the "user:dfY6C" comment search are not there in the "~dfy6c ~user:dfY6C ~id:137905 ~id:141258 ~id:136064" comment search, even though it should technically be including all of those posts if the "~" or other meta syntax queries worked for comment searching.

have you tried to put parenthesis?

----
dfy6c

( ~cat ~tiger ~leopard ) ( ~dog ~wolf )
Search for posts that are tagged with one (or more) of cat, tiger or leopard, and one (or more) of dog or wolf.

The opening parenthesis must be followed by a space, and the closing parenthesis must follow a space; this prevents them from being mistaken for a tag that includes a parenthesis (like many character tags do).

kalethorebiter said:
have you tried to put parenthesis?

----
dfy6c

( ~cat ~tiger ~leopard ) ( ~dog ~wolf )
Search for posts that are tagged with one (or more) of cat, tiger or leopard, and one (or more) of dog or wolf.

The opening parenthesis must be followed by a space, and the closing parenthesis must follow a space; this prevents them from being mistaken for a tag that includes a parenthesis (like many character tags do).

That doesn't seem to work. It just comes up blank. Even if I try with all of the tags in their own parenthesis, too.

Yeah, grouped searches are not supported by stuff like the comment search. I was trying to make grouped searches work for comment searches (& almost all places you can secondarily search for posts), but I could never get it working perfectly, & since it's such a niche use case, it just hit the cutting-room floor.

Iirc, I left behind my work on it & just disabled the almost-complete feature with a flag; if anyone wants to take a crack at it, go nuts. I believe the fix requires manually building the SQL string instead of using the OEM builder, but I was way too green at the time to even try doing that (plus it's a giant pain in the ass).