Ylimegirl said in forum #417428:
Slept through most of this, here's my two cents.
Some tags are not going to be consistent with other tags in the same group and sometimes that's preferable. Very long hair implies long hair but huge badonkers doesn't imply large badoingers. Different tags serve different purposes.
In this case, there's basically no reason why double v shouldn't come up in searches for v, hence the implication. Likewise, I believe that a proposed single paw pose tag should absolutely come up in searches for paw pose. However, because the "double" variant is so common, it will absolutely outnumber the single variant in searches; populating a single paw pose tag and then implying the already-existing double tag to it will mean people trying to find specifically the single version will likely have to resort to negating the double tag in their search anyways (i.e. v -double_v). This is generally a sign of a bad tag relationship, and splitting it up into an umbrella tag would be fundamentally silly—we don't have v as an umbrella for both single v and double v because that's redundant.
As many others have stated, this is a solution looking for a problem. Cheers if you stick around and keep up your tagging efforts, I've had my own fair share of bad BURs and somehow haven't fallen off the face of the earth (neurodivergent behavior).
The first commands populate all currently tagged images with the double tag, as ~95% of these images use 2 hands
mass update paw_pose -> double_paw_pose
mass update claw_pose -> double_claw_pose
All this does it ensure that any images that had the one_ tags weren't missing (might not've been necessary)
mass update one_paw_pose -> paw_pose
mass update one_claw_pose -> claw_pose
These make it so any images tagged with double_x have the standard tag added as well, which aligns with how all the other tags work
create implication double_paw_pose -> paw_pose
create implication double_claw_pose -> claw_pose
You said you believed a single paw pose tag should return images with the paw pose tag - I agree. None of my recommended commands should prevent this. The only thing they'll do is create some False-Positive double_ tags, which I can remove. Or, if we decide not to add the double_tags despite the inconsistency, I can go through and look for one_x images and correct the False-Negatives. Either way, I'd be doing the same exact amount of work. But one way fixes a site-wide inconsistency, and the other propagates it.