Skip to content

test: manual sanity pass of search over Synthea data — SQLite first, then Postgres, MongoDB, Elasticsearch #448

Description

@angela-helios

From the 2026-07-30 review call: the Playwright suite is green, but we want human eyes confirming it is not lying to us — real data, real searches, both search UIs.

Setup

  • Build main locally and start hfs with the default SQLite backend.
  • Load data two ways, to exercise both ingestion paths:
    • a batch/transaction Bundle (~10 patients) POSTed to the server root;
    • $bulk-submit with Synthea-generated NDJSON (run_synthea -p 1000 — Doug has used it and can help).

Sanity checklist (per backend)

  • Search by name, by birthdate, and other common Patient parameters returns sensible results.
  • The guided/NL search UI translates and the landed query runs correctly.
  • The visual builder round-trips: conditions, OR values, modifiers, sort.
  • Advanced features: _include, _revinclude, forward/reverse chaining (_has), multi-level chains.
  • Result counts agree between the UI and direct API calls.

Backends

  • SQLite
  • Postgres
  • MongoDB
  • Elasticsearch

Findings that look like bugs get filed as their own issues and linked here.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions