typograph-editor-documentation
    Preparing search index...

    Variable clips_search_eventConst

    clips_search_event: "typograph_clips_search" = 'typograph_clips_search'

    Fired on document when the user types in the clips panel's search box, carrying the query in detail.query. The host answers by narrowing the list its clips callback returns and firing clips_changed_event.

    Searching has to happen where the clips are. This panel only ever holds the pages it has fetched, so filtering the tiles it has silently misses everything it has not — and a project large enough for that to matter is exactly one you cannot fetch whole. A host that ignores this event still gets the local filter below, which is honest for a small project and all the standalone editor can do.