Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement full-text search #50

Open
passiomatic opened this issue Feb 27, 2014 · 0 comments
Open

Implement full-text search #50

passiomatic opened this issue Feb 27, 2014 · 0 comments
Assignees
Labels

Comments

@passiomatic
Copy link
Owner

passiomatic commented Feb 27, 2014

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

@passiomatic passiomatic self-assigned this Feb 27, 2014
@passiomatic passiomatic changed the title Implement search for feed and entries Implement full-text search May 14, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant