Skip to content

Add --until flag to crystal search for date range queries #63

@lesaai

Description

@lesaai

Summary

crystal search has --since (everything newer than X) but no --until. Need both for backfilling daily summaries.

Usage

crystal search "what happened" --since 2026-02-10 --until 2026-02-11

Returns only chunks from that date range. Required for generating historical daily summaries.

Where

  • memory-crystal-private/src/core.ts (search function, SQL filter)
  • memory-crystal-private/src/cli.ts (CLI flag)
  • memory-crystal-private/src/mcp-server.ts (MCP tool parameter)
  • memory-crystal-private/src/search-pipeline.ts (deep search filter)

Related

  • #193 (multi-cadence summaries ... backfill requires date ranges)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions