Skip to content

feat: add advanced search with single-level filter grouping and date filtering.#481

Open
suensky wants to merge 1 commit intoanomalyco:devfrom
suensky:dev
Open

feat: add advanced search with single-level filter grouping and date filtering.#481
suensky wants to merge 1 commit intoanomalyco:devfrom
suensky:dev

Conversation

@suensky
Copy link

@suensky suensky commented Dec 8, 2025

Features:

  • Filter groups with AND/OR logic between and within groups
  • Date filtering on Release Date (after/before operators)
  • Month picker input for date selection
  • Auto-creates placeholder group when opening empty Filters panel
  • URL persistence for filter state (e.g., http://localhost:3000/?filters=OR%28provider%3Aequals%3Aanthropic%29%7EAND%7EOR%28releaseDate%3Aafter%3A2025-10%29)

Example queries:

  • Query 1: (Provider = Anthropic OR OpenAI) AND (Reasoning = Yes)
  • Query 2: (Release Date after 2025-01)

Tests: 64 unit tests covering evaluation, serialization, and date parsing.

Screenshot 2025-12-07 at 9 42 43 PM

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