Files
fizzy/app/models/user
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-04-09 14:50:58 +02:00
2025-11-10 16:21:46 +01:00
2025-04-26 19:26:34 -05:00
2025-09-16 11:22:44 +02:00
2025-11-12 11:37:06 +01:00
2024-12-18 12:38:53 -06:00