Files
fizzy/app/models
Mike Dalessio 0d138df952 Guard search indexing with searchable? check
Only index cards and comments if their card is `published?`, using a
new method `searchable?` that is implemented on both Card and Comment.
This prevents draft cards and their comments from being indexed.

When drafts are published, the existing `update_in_search_index`
callback creates the record via `upsert!`, or else ensures unpublished
records are removed from the index.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 12:13:08 -05:00
..
2025-12-11 10:25:34 +01:00
2025-12-24 11:16:14 +01:00
2025-12-09 20:24:09 -05:00
2025-12-16 16:44:20 +01:00
2025-12-17 08:56:08 +01:00
2025-12-16 13:36:40 +01:00
2026-01-23 10:30:12 -05:00
2025-11-14 11:44:04 +01:00
2026-01-23 11:28:26 -05:00
2025-11-27 12:34:31 -05:00
2025-11-27 11:08:45 -05:00
2025-07-21 20:11:03 -05:00
2025-11-17 09:11:36 -05:00
2025-11-17 09:12:40 -05:00
2025-11-17 09:12:41 -05:00