Files
fizzy/app/models/card
Donal McBreen 28efe28f24 Replace Search::Index with Search::Records
Lean on ActiveRecord models for searching and strip out the raw SQL.
Replaces the search_index_* tables with sharded search_records_* tables
as that allows us to use a Search::Record model name.

A Class is dynamically created for each record table shard so that we
and we can access it via the Search::Record.for_account(account_id)
method.
2025-11-17 09:12:40 -05:00
..
2025-11-17 09:12:31 -05:00
2025-06-04 17:18:01 +02:00
2025-10-15 16:15:56 -05:00
2025-11-14 11:24:55 +01:00
2025-04-22 12:12:30 +02:00
2025-07-02 16:14:25 -05:00
2025-11-03 16:53:49 +01:00
2025-11-03 09:32:29 +01:00