Files
fizzy/test/models
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:17 -05:00
2025-11-11 10:01:59 +01:00
2025-10-31 16:33:52 +01:00
2025-11-17 09:12:40 -05:00
2025-11-17 09:12:31 -05:00
2025-11-14 11:24:55 +01:00
2025-11-17 09:12:40 -05:00
2025-10-31 16:24:30 +01:00
2025-06-05 16:07:19 +02:00