Files
fizzy/app/views
Mike Dalessio 642506e79e Add datetime to the search results
I find it helpful (especially when going through a long list of
results) to know how far back in time I'm looking.

A note on the timestamp being used: it's the search index
timestamp. Using the card or comment `updated_at` is fraught because
we do so much touching of records (e.g., comment is touched when a
reaction is added; card is touched when a comment is added). Let's
display the search record's `created_at`, which is the ordering used
for the overall results.
2025-12-08 11:58:54 -05:00
..
2025-11-21 16:31:07 -06:00
2025-12-02 09:08:57 -06:00
2025-12-01 16:29:32 -06:00
2025-11-17 09:12:15 -05:00
2025-11-24 16:37:50 -06:00
2025-04-17 15:42:17 -05:00
2024-11-29 17:05:32 -06:00