You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes there's the need to quickly find out a feed or entries by looking up their title or content.
Possible implementation
Peewee has and extension to activate full-text search with SQLite but AFAIK none with MySQL. This poses the problem to implement the search mechanism across at least to SQLite and MySQL. Using Whoosh could be a viable solution.
Each time a entry is added to the database Whoosh database is updated too. An existing Coldsweat installation could be updated una tantum via a sweat subcommand.
Sometimes there's the need to quickly find out a feed or entries by looking up their title or content.
Possible implementation
Peewee has and extension to activate full-text search with SQLite but AFAIK none with MySQL. This poses the problem to implement the search mechanism across at least to SQLite and MySQL. Using Whoosh could be a viable solution.
Each time a entry is added to the database Whoosh database is updated too. An existing Coldsweat installation could be updated una tantum via a
sweat
subcommand.Previous work
The text was updated successfully, but these errors were encountered: