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

Fulltext task search #87

Open
idpaterson opened this issue Dec 30, 2015 · 0 comments
Open

Fulltext task search #87

idpaterson opened this issue Dec 30, 2015 · 0 comments

Comments

@idpaterson
Copy link
Owner

Currently task searching (not released yet) uses a very basic substring match against task names. It is not particularly efficient and provides no way to rank results. By creating a fulltext search model of the task id and title the workflow can provide much better task search performance and functionality.

An option should be included to improve search results for English tasks by indexing with the Porter stemming algorithm. This allows search terms like "fly" to match tasks containing the word "flies" based on comparison of word stems. Though there are stemming implementations for other languages, SQLite only supports English.

@idpaterson idpaterson self-assigned this Dec 30, 2015
@idpaterson idpaterson removed their assignment Nov 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant