feat(db): キャッシュ横断検索に投稿者と添付の絞り込みを足す (notedeck#945) - #63
Merged
Conversation
search_cached_notes_across の引数を CachedSearchOptions にまとめ、 author (name / name@host、大文字小文字を区別しない。ローカルユーザーの host は 取得元サーバーで補う) と has_files (json_array_length) を追加する。 Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0129MFAxbj2vmL1Gu8FsgHLk
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
AI など第三者に見せる面で、フォロワー限定 / ダイレクトを索引から除くための 条件。visibility = 'public' だけを返す。 Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0129MFAxbj2vmL1Gu8FsgHLk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
notedeck#945 (クライアント検索) の段階 1: 横断検索経路に絞り込みを足す。
search_cached_notes_acrossの引数をCachedSearchOptionsにまとめる (query / limit / since / until / ascending / author / has_files)author:nameまたはname@host。大文字小文字を区別せず、ローカルユーザー (user.host が null) は取得元サーバーで補うhas_files:json_array_length(note_json, '$.files')で添付の有無search_cached_notes_advancedは薄いラッパのまま🤖 Generated with Claude Code
https://claude.ai/code/session_0129MFAxbj2vmL1Gu8FsgHLk