Internal-authority FTS hit returned by FtsIndex.searchWithReceipts. It extends the legacy FtsSearchHit shape with the source receipt required for a caller-owned live-vault admission check.
const [hit] = index.searchWithReceipts("retrieval", { limit: 1 });if (hit) index.currentSourceReceiptMask([hit]); Copy
const [hit] = index.searchWithReceipts("retrieval", { limit: 1 });if (hit) index.currentSourceReceiptMask([hit]);
Internal-authority FTS hit returned by FtsIndex.searchWithReceipts. It extends the legacy FtsSearchHit shape with the source receipt required for a caller-owned live-vault admission check.