DataObj/SavedSearch::send_out_alert tries to add_field to the xapian search plugin which doesn't make sense for xapian (internal search plugin has some wrapping in order to inherit the add_field from EPrint::Search).
send_alerts fails - any unprocessed saved searches will not processed.
The text was updated successfully, but these errors were encountered:
…169
Email alerts will not work for saved 'simple' searches that are run with the xapian engine. This changeset shows a warning when editing a saved search.
…169
Email alerts will not work for saved 'simple' searches that are run with the xapian engine. This changeset shows a warning when editing a saved search.
Only occurs if xapian search engine is used.
To reproduce:
Carry out simple search
Save simple search
Turn simple search into alert (eg. set frequency = daily)
Run send_alerts
Analysis:
Serialised saved search includes search engine identifier
?plugin=Xapian&searchid=simple&dataset=archive&exp=0%7C1%7C-date%2Fcreators_name%2Ftitle%7Carchive%7C-%7Cq%3A%3AALL%3AIN%3Ayellow%7C-%7C
DataObj/SavedSearch::send_out_alert tries to add_field to the xapian search plugin which doesn't make sense for xapian (internal search plugin has some wrapping in order to inherit the add_field from EPrint::Search).
send_alerts fails - any unprocessed saved searches will not processed.
The text was updated successfully, but these errors were encountered: