diff options
Diffstat (limited to 'lib/tasks')
-rw-r--r-- | lib/tasks/temp.rake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tasks/temp.rake b/lib/tasks/temp.rake index 127c32921..d371ad0dc 100644 --- a/lib/tasks/temp.rake +++ b/lib/tasks/temp.rake @@ -24,6 +24,7 @@ namespace :temp do :described_state => info_request.described_state, :calculated_state => info_request.described_state, :params => params) + info_request.info_request_events.each{ |event| event.xapian_mark_needs_index } end end |