[object Object]

← back to Rentv

RENTV: unified full-text search — /api/unified-search (adminOnly) + re-search.html + build-search-index.mjs + generated search-index.jsonl (internal/admin pages excluded from index)

f143ba6966c2a31c13c53e469774bcade3f65c25 · 2026-08-05 13:49:22 -0700 · Steve Abrams

Note: committed via a cross-session git add -A during the Review-Queue/national-seed session; this is the unified-search feature's files, not the seed work. Nothing lost.

Files touched

Diff

commit f143ba6966c2a31c13c53e469774bcade3f65c25
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Wed Aug 5 13:49:22 2026 -0700

    RENTV: unified full-text search — /api/unified-search (adminOnly) + re-search.html + build-search-index.mjs + generated search-index.jsonl (internal/admin pages excluded from index)
    
    Note: committed via a cross-session git add -A during the Review-Queue/national-seed session; this is the unified-search feature's files, not the seed work. Nothing lost.
---
 .gitignore | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index ad606b08..51d326a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,7 @@ __pycache__/
 # rentv article corpus — large growing crawl artifact (rebuildable via pull-archive.mjs)
 data/articles-corpus.jsonl
 data/archive-crawl-state.json
+
+# unified search index — large rebuildable artifact (build-search-index.mjs)
+data/search-index.jsonl
+data/search-index-meta.json

← 784b3fe6 deploy: rentv Review Queue narrow-viewport fix + national CR  ·  back to Rentv  ·  RENTV: launchd job for unified search index rebuild (all bui ddbcba2e →