This task breaks out an item from a discussion in T195927.
When users apply filters to the New Pages Feed, their selections are shown at the top of the feed after the word "Showing:", like so:
Currently, the logic is just that all selections (regardless of whether they are ANDs or ORs) are shown separated by commas.
In T195927, we are making the New Pages Feed filterable by ORES scores. That will add additional options to the filters, and include more complex AND and OR logic. The question arose about how to handle it, and the conversation from that task is copied below. This work is being broken out from T195927 because we will do the work in a separate patch.
Also keep in mind that "reviewed" status (in the PageTriage sense, not the AfC sense) is effectively ignored for Drafts, so we should probably not show that even if we're using it behind the scenes in the API call.