Skip to content

Searching checklists can be problematic #12171

@jameskoster

Description

@jameskoster

The current design pattern for searching a checklist is problematic because it's possible for checked items to be hidden from view. This can lead to posts being unintentionally published into undesired categories, among other quirks. See example;

categories

We're using this current search pattern in the WooCommerce blocks we're working on where the issue is arguably more prominent. This feels like something that should be addressed in core rather than in custom blocks.

Possible solutions
I haven't looked into solutions in any great depth just yet but the crux is that - ideally - checked items should always be visible, even when searching.

One option would be to employ a Chrome-inspired ⌘+F pattern which highlights results and allows you to cycle through them.

command-f

Another option would be to simply list the current checked items beneath the search results.

I'm posting this now to gather input before we dive further into the problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    [Feature] UI ComponentsImpacts or related to the UI component system[Priority] LowUsed to indicate that the issue at hand isn't a top priority to address and can be handled later[Type] EnhancementA suggestion for improvement.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions