Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to Codidact Meta!

Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.

Proposal: filters for post lists

+10
−0

Several discussions have touched on the idea of being able to filter the contents of the post list. Whether your goal is to find unanswered questions, hide closed questions, hide ignored tags, or build a more complex filter, this is something we've wanted to be able to support for a while. A design mockup earlier this year showed one possible approach.

I have some ideas for how we could approach this feature and I'd like to hear what y'all think. Please note that this is a proposal; where I use language like "you can", I mean that's how I imagine this working, not that I'm promising that specific behavior. (I'm not in a position to make promises like that.)

Key idea #1: anything you can define in a filter, you can also search for, but not necessarily the other way around. Our search interface is pretty expressive (there's always more to do), and it would be silly to write a second search-like thing. Filters will be implemented on top of search. If we need to expand the search language, we will.

That said, there are searches you can do that don't make sense as filters for the post list -- for example, you can search specifically for answers. Filters are a subset of search.

Key idea #2: filters can be defined, named, and reused, and we'll provide some built-in ones. "Unanswered questions" seems like one that would be popular, for example. And if you want to refine the built-in "unanswered questions" filter (for example), you can.

You'll have access to all your defined filters in all categories and on all communities -- so if you want to have that meta "exclude status-completed" filter, you only have to write it once. When you choose a filter for a category, it'll stay that way until you choose another (or clear it).

Key idea #3: filters are based on properties of the posts, not properties of the users (at least for now). This is both a performance consideration and a complexity consideration. "Questions asked by new users" or "questions answered by people whose answers I tend to upvote" aren't really workable, I don't think. After we have something built and people are using it, if this is posing a problem we can revisit it then. Sure, it's all SQL under the hood, but we don't want to jump straight there.

Note that "my favorite tags" or "my ignored tags" would be ok -- that's just a shorthand for "posts with (or without) these tags". Those are properties of the posts.

Key idea #4: start simple, then expand. Ultimately, we might find people wanting to write filters with complex boolean expressions based on scores, ages of posts, numbers of answers, scores of answers, tags, "questions I haven't answered", and more. We don't know everything that will be needed or requested. By basing it on search from the beginning, I think we avoid making early decisions that would preclude future expansion. I'd rather refine and if necessary rework the UI later than try to build the giant union of all things that might be needed at the beginning. We're going to learn as we go, together, based on your feedback; let's take an iterative approach.

Enough talk; show me a picture.

I see filters as going in the right column (on the desktop site; mobile would be behind a button most likely). There would be a "filter" widget that, by default, just shows the selector, like this:

filter selector, current value "no filter selected"

When you select a filter, the widget would expand to show its definition. This would include all the parts that can be customized, even if the current filter doesn't set them, so that you'll have access to them. For example:

"Unanswered": question status open, answers 0, spaces for score/age/when active/tags, "save as" button

If you edit the filter, the UI would somehow signal that you have unsaved changes and enable the "save as" button. I haven't given enough thought to the UI around "save" (edit) versus "save as" (clone and modify), and maybe a "save as" button isn't the right way to do this, but the goal would be to support both editing your own existing filters and creating new filters.

I don't know if this is the right list of filter properties. It's a first draft.

A post list is not necessarily questions; it could be articles, articles and questions, or other post types not yet defined. We'll need to offer only the filters that make sense for the current post list. I used questions in my examples here because that's what's most common.


What feedback do y'all have? What did I not get quite right, what did I miss, and what do we need to be thinking about that we aren't yet?

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

Public (shared) filters? (2 comments)

3 answers

+2
−0

Key idea #2: filters can be defined, named, and reused, and we'll provide some built-in ones. "Unanswered questions" seems like one that would be popular, for example. And if you want to refine the built-in "unanswered questions" filter (for example), you can.

You'll have access to all your defined filters in all categories and on all communities -- so if you want to have that meta "exclude status-completed" filter, you only have to write it once. When you choose a filter for a category, it'll stay that way until you choose another (or clear it).

(my boldface changes above)

I'm not sure how that would really work out in practice. There are some cases, like your example of Meta categories' status-* tags, where it would probably work out very nicely, but also what seems like a large number of cases where it could lead to confusion.

Specifically, what I have in mind here is filter selection interaction with different (or the same) tag sets.

As a slightly contrived, entirely hypothetical example, not matching any community currently on Codidact so as to try to avoid stepping on anyone's toes. Imagine that there were two Codidact communities that do not currently exist, namely Aviation and Rail Transportation. Both of those have a tag named atc. However, on the Aviation community, atc means Air Traffic Control, and on the Rail Transportation community, atc means Automatic Train Control.

If I set up a filter such that it lets me see only questions tagged atc and use it on each of those respective communities, what do I see on each? What's reasonable to expect to see? (I'm not sure I have any good answer to that latter, but consider that to the typical user, tags are their names with some attached properties allowing the selection of a subset of posts; the typical user won't be considering tag sets when setting up a filter.)

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

Need idea of "available here"? (3 comments)
+1
−0

There'll be more of an announcement coming, but here are some quick notes in the meantime.

The top of each category now has a new widget:

filters widget (circled)

If you expand it you'll see some filtering options:

form showing all the things you can set

There are some predefined filters:

two at the moment, Positive and Unanswered

Choosing Apply applies your current choice and is shown in the collapsed view:

Widget includes "Unanswered"

This filter stays in place until you reload the category page. To make a filter sticky, so it's always in place when you reload, check "is default for this category", Save, and then Apply. To put it back the way it was, uncheck that box and Save again.

To create your own filter: choose the settings you want, type a name, and hit return, then Save:

"Open" typed into name field, "Open (New)" shows below

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

Score help, for newcomers (2 comments)
+1
−0

Filters also in search

Filters and search are strongly related. As you say, the filter feature is something like a subset of search, only without the ability to input free text and possibly some other stuff. However, maybe search in return could profit from some of the UI elements for filters, making search easier.

Combine filters and sort orders in UI

Filters exclude elements from the displayed item list. However they do not say anything about the sort order of the still included elements. The pagination acts effectively also as a filter (only show elements X-Y in the list). However, one could sometimes use filters and sorting order interchangeably, like for example filtering for unanswered questions could as well be achieved by sorting by number of answers in ascending order instead and just looking at the first results. Therefore I think that in the UI both (sort order options and filter options) should be as closely together as possible.

The amount of filter options seems about right

I think that one could work well with the proposed amount of filter options. Maybe one could add also the highest answer score, something like questions with score > X but with no answer higher than score Y might be nice to see.

Scope of filters?

Some of them surely make sense globally on all sites but those with tags might not. Maybe there should be something like a scope button (make available on other sites), so one would have a local and a global filter set.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

Filters and search (3 comments)

Sign up to answer this question »