You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: