Tag Changes
Allowed fields
| Field Selector | Type | Description | Example |
|---|
tag | Literal | Matches the name of the changed tag. You can also simply search for the tags without specifying the "tag" field. To search for an added/removed tag, use added_tag or removed_tag. | tag:safe or safe, also try added_tag:safe and removed_tag:safe |
tag_count | Numeric Range | Matches the number of changed tags in the tag change. To search for the number of added/removed tags, use added_tag_count or removed_tag_count. | tag_count.gte:3, also try added_tag_count.gte:3 and removed_tag_count.gte:3 |
created_at | Date/Time Range | Matches the creation time of the tag change. | created_at.gte:1 month ago |
my | Meta | my:changes matches the tag changes you've made if you are signed in. | my:changes |
anonymous | Boolean | Matches tag changes made by anonymous users, or users without an account. | anonymous:true |
user | Literal | Matches the user who created the tag change. | user:LightningBolt |
user_id | Literal | Matches tag changes made by a specific user ID. | user_id:217932 |