Skip to content

Add DailyReviewSignalRepository::search with optional filters#61

Merged
asiniscalchi merged 1 commit into
mainfrom
feature/signals-search-filters
May 4, 2026
Merged

Add DailyReviewSignalRepository::search with optional filters#61
asiniscalchi merged 1 commit into
mainfrom
feature/signals-search-filters

Conversation

@asiniscalchi

Copy link
Copy Markdown
Owner

Introduces SignalSearchFilters (signal_type, label_contains case-insensitive, status, valence, from_date, to_date_exclusive, min_strength, limit) and a search method that applies them with AND semantics, ordered by review_date then id. Needed by the upcoming analyzer read service to back the signals.search tool.

Introduces SignalSearchFilters (signal_type, label_contains case-insensitive,
status, valence, from_date, to_date_exclusive, min_strength, limit) and a
search method that applies them with AND semantics, ordered by review_date
then id. Needed by the upcoming analyzer read service to back the
signals.search tool.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@asiniscalchi asiniscalchi merged commit 4afa3e5 into main May 4, 2026
2 checks passed
@asiniscalchi asiniscalchi deleted the feature/signals-search-filters branch May 4, 2026 05:55
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.

1 participant