Skip to content

feat(search): add document path-prefix filter - #253

Merged
lipluscodex merged 1 commit into
mainfrom
issue-252-add-document-path-prefix-filter
Sep 7, 2026
Merged

feat(search): add document path-prefix filter#253
lipluscodex merged 1 commit into
mainfrom
issue-252-add-document-path-prefix-filter

Conversation

@lipluscodex

Copy link
Copy Markdown
Member

Closes #252

文書検索へ path_prefix を追加し、dense・sparse・scan の候補母集合を同じ repository-relative directory に限定する。入力境界、filter不成立probe、metadata index移行、bridge schema、英日要件文書まで同期する。

doc検索の母集合を既存リポジトリ内のdirectory prefixで隔離する。dense・sparse・scanへ同じ境界を候補生成前に適用し、入力契約・不成立probe・bridge schema・英日文書を同期した。
@lipluscodex lipluscodex linked an issue Sep 7, 2026 that may be closed by this pull request
@lipluscodex lipluscodex self-assigned this Sep 7, 2026

@lipluscodex lipluscodex left a comment

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Self-review: PASS

受け入れ条件: doc専用の入力validation、dense / sparse / scanで同じpath母集合をranking前に選ぶ実装、scan候補枯れ回帰、filters_unmatched probe、Vectorize 10枠移行手順、Worker / bridge schemaと英日要件文書の同期を確認した。通常309件、Workers 73件、bridge 13件、TypeScript、schema drift、GitHub CIはいずれも成功。

Scope deviations: なし。doc_path probeを支えるD1 index migrationはIssue本文へ反映済み。

Next: auto modeのmergeable stateを確認し、squash mergeへ進む。

@lipluscodex
lipluscodex merged commit 52a6133 into main Sep 7, 2026
3 checks passed
@lipluscodex
lipluscodex deleted the issue-252-add-document-path-prefix-filter branch September 7, 2026 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(search): add document path-prefix filter

1 participant