|
|
@ -47,6 +47,11 @@ class StatusesIndex < Chewy::Index |
|
|
|
data.each.with_object({}) { |(id, name), result| (result[id] ||= []).push(name) } |
|
|
|
data.each.with_object({}) { |(id, name), result| (result[id] ||= []).push(name) } |
|
|
|
end |
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
crutch :bookmarks do |collection| |
|
|
|
|
|
|
|
data = ::Bookmark.where(status_id: collection.map(&:id)).where(account: Account.local).pluck(:status_id, :account_id) |
|
|
|
|
|
|
|
data.each.with_object({}) { |(id, name), result| (result[id] ||= []).push(name) } |
|
|
|
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
|
|
root date_detection: false do |
|
|
|
root date_detection: false do |
|
|
|
field :id, type: 'long' |
|
|
|
field :id, type: 'long' |
|
|
|
field :account_id, type: 'long' |
|
|
|
field :account_id, type: 'long' |
|
|
|