Merge branch 'main' into sqlite

This commit is contained in:
Donal McBreen
2025-11-21 11:39:47 +00:00
9 changed files with 74 additions and 23 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ class Search::Record < ApplicationRecord
scope :for_query, ->(query:, user:) do
if query.valid? && user.board_ids.any?
matching(query.to_s).for_user(user)
matching(query.to_s, user.account_id).for_user(user)
else
none
end