Skip to content
This repository was archived by the owner on Nov 30, 2025. It is now read-only.
This repository was archived by the owner on Nov 30, 2025. It is now read-only.

CMS: EditorImageNode search #255

Description

@some-molasses

Once this site is used for a while, the number of images on the site will build up. Admins are likely to want to be able to have some search functionality when selecting images within the page editor.

Add a search bar to the EditorImageNode "Select Image" modal, which filters down to images with names similar to the query.

The matching function can just be lowercaseFilename.includes(lowercaseQuery), but better / cooler ways to do it are welcome!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions