Skip to content

Remove Whoosh and just use SimpleEngine backend

Abhilash Raj requested to merge maxking/hyperkitty:remove-whoosh into master

We don't suggest using Whoosh for any production like use cases and it is unmaintained at this point with last release made in 2016. So, for dev and testing purposes, we can simply use the ORM backed SimpleEngine, which does the job while removing one extra testing dependency.

Edited by Abhilash Raj

Merge request reports