2021-06-01 12:20:20 +00:00
|
|
|
# Copyright (C) 2012-2021 Zammad Foundation, http://zammad-foundation.org/
|
|
|
|
|
2020-03-02 09:33:37 +00:00
|
|
|
class SearchIndexAssociationsJob < SearchIndexJob
|
|
|
|
|
|
|
|
def update_search_index(record)
|
2021-05-18 07:50:28 +00:00
|
|
|
super
|
2020-03-02 09:33:37 +00:00
|
|
|
record.search_index_update_associations_delta
|
|
|
|
record.search_index_update_associations_full
|
|
|
|
end
|
|
|
|
end
|