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

the ""exact"" title search should take care about collation #74

Open
allan-simon opened this issue Jul 4, 2013 · 0 comments
Open

the ""exact"" title search should take care about collation #74

allan-simon opened this issue Jul 4, 2013 · 0 comments

Comments

@allan-simon
Copy link
Owner

RIght now it already do a very naive one by putting in lower case both the titles and the queries

a better way would be to use boost::locale to store a "simplified" version of titles (for example Français => francais) in addition to the actual titles, and to compare on this one

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