Topic: [Feature] Search for tags by post count

Posted under Site Bug Reports & Feature Requests

I'm not sure I fully understand this. Is this a request to search for tags by exact match on the number of posts under the tag? Would range queries be expected?

Updated by anonymous

KiraNoot said:
I'm not sure I fully understand this. Is this a request to search for tags by exact match on the number of posts under the tag? Would range queries be expected?

If what you are saying really is the case, then I'd personally expect both range and inequality functionality.

Updated by anonymous

Woo new subforum!

@Kira:
Yup, possibly as an option on this page:

https://e621.net/tag/index

Name
Type
Order
Count
Show empty tags

So valid arguments for Count would be stuff like:

=10
>10
<10
>=10
<=10

---
As @Chessax mentioned, range and inequality functionality would be great,

!=10
!>10 (equivalent to <=10)
>10 & <20
>=10 & <=20

etc.

Updated by anonymous

@titanmelon, just a clarification:

  • When I say range I generally mean: x..y, ..y and x..
  • When I say inequality I generally mean: <=, <, > and >= (!= is not too interesting since you can just negate, but sure).

Updated by anonymous

Listing tags by additional criteria

(I'll move this to a separate post if needed)

How about an option for listing tags by certain criteria?

For example: If I wanted to find all the Monster Hunter species tags,

  • copyright='monster_hunter' & tagtype='species'

Updated by anonymous

This is probably not going to be anything near useful until and unless the software stops counting tags applied to deleted images.

Updated by anonymous

  • 1