basxsoftwareassociation / bread

Engine to create database applications based on Django and the IBM Carbon Design System
BSD 3-Clause "New" or "Revised" License
19 stars 2 forks source link

Explore options to implement sqlite-based FTS (full text search) in order to replace haystack #137

Open saemideluxe opened 2 years ago

saemideluxe commented 2 years ago

haystack is nice, but maintenance is not ensured. Also, haystack can do much more than what we require for bread. I suggest, in order to simplify the stack and reduce dependencies, that we take a look at if and how sqlite FTS could be implemented for bread, inside Python/Django, with minimal overhead and a simple API.