You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
authored
feat(search): add notes/comment text search filter (#239)
Operators routinely record POTA/SOTA park references, contest exchanges,
and personal remarks in a contact's notes field, but there was no way to
search them — you could find a QSO by callsign, name, QTH, grid, band,
mode, date, DXCC, or QSL status, but not by what you actually wrote down.
Adds a `notes` filter that does the same case-insensitive contains match
as the other text fields, wired end-to-end: the WHERE-clause builder, the
GET /api/contacts/search route, and the search page (input in Advanced
Filters, active-filter chip, clear-all reset).
Co-authored-by: Optio Agent <optio-agent@noreply.github.com>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments