allan-simon / tatowiki

a wiki made with cppcms
Other
10 stars 8 forks source link

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

Open allan-simon opened 11 years ago

allan-simon commented 11 years ago

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