Skip to content

Interface: SearchFilters

Makaio Framework


Makaio Framework / services-core / SearchFilters

Defined in: ../../../packages/services/core/src/session/storage/fts-search-utils.ts:54

Filter parameters accepted by FTS search queries.

Scope filters (projectId, worktreeId) are intentionally absent — scope-aware filtering is the responsibility of host priority-100 handlers that JOIN with the session_scopes junction table.

optional isImported?: boolean

Defined in: ../../../packages/services/core/src/session/storage/fts-search-utils.ts:56


status: "all" | "active" | "closed" | "archived" | "discovered"

Defined in: ../../../packages/services/core/src/session/storage/fts-search-utils.ts:55