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
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