- 🇳🇴Norway steinmb
Old, if issue is still something to implement, I guess 3.x is where it will happen.
I have worked on a couple of functionalities that allows the editor see the synonyms in production instantly, rather than awaiting cron:
1) Export
I've separated the export functionality from the cron, allowing the export to be done without cron. The administrative page has gotten an "Export now" button that will trigger the export.
2) Reload synonyms
I've added a possibility to make a GET request to a configurable URL after export. For a Solr search engine this allows us to reload the Solr core in order to make Solr read the updated synonyms.
As part of the changes in the export I have incorporated the "It should be possible to disable default cron functionality" → issue.
Needs work
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Old, if issue is still something to implement, I guess 3.x is where it will happen.