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

Case sensitivity in filing module #3

Closed
ghost opened this issue Dec 7, 2013 · 1 comment
Closed

Case sensitivity in filing module #3

ghost opened this issue Dec 7, 2013 · 1 comment
Assignees

Comments

@ghost
Copy link

ghost commented Dec 7, 2013

The readme implies that the filing module is case-sensitive. However this is not entirely true: It converts the text to lower case before searching for the keywords. The problem is: If you have an upper case character in your keyword, for example because it is a name or an acronym, the keyword will never match.

Suggested fix Either specify in the readme that the keyword list has to be lower case or modify the code such that it converts not only the text to be searched, but also the keywords.

@ghost ghost assigned virantha Dec 8, 2013
@virantha
Copy link
Owner

Fixed in 0.5.2 (keywords are now lower-cased before the documents are searched)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant