Skip to content

backend-v0.9.4

Choose a tag to compare

@kwoo24-oss kwoo24-oss released this 24 Jun 08:54
Immutable release. Only release title and notes can be modified.
892dc89

feat(search): scope a search to multiple vaults (#245)

GET /search and GET /grep now accept a repeatable vault query param (?vault=a&vault=b) — scope a search to a chosen subset of vaults, intersected with the caller's accessible set (no leak). vault still accepts a single name (MCP/legacy). The web /search page gains a multi-vault scope picker (checkbox dropdown + removable chips); deep-linkable via ?v=a,b,c.