Search issues by emoji count
Hi, could you please add issue search by a count of given emoji reaction? Its syntax could be equivalent to count(emoji_name) function with <, <=, >, >= and = operators.
Use case: I have browser bookmarks with queries like author != me, my-reaction != thumbs-up, and wip = no to only show the MRs ready for review. This query shows MRs which are not mine, not wip, and those I haven't already approved. Unfortunately, this also leaves already accepted MRs, as sometimes there are additional acceptance rules such as at least N upvotes and zero downvotes. Adding count(thumbs-up) <= 2 and count(thumbs-down) = 0 would solve this issue.