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
The files generated by jekyll contain a lot of spaces and empty lines, especially all-translation.json used by the jQuery search script.
It could be minified with a Jekyll plugin or ruby script run by travis/rake.
Also, this file contain titles in all languages but the search script use only the current language.
So, we could generate a file by language and load only one at a time.
Search take care of accentuated char:
In french the search editeur return "Edition avancée", "Editer le Wiki OSM"
The search éditeur find "Éditer à distance…", "Éditeur iD", "Éditer avec JOSM"
💡 To "fix" this, I suggest to test a plugin with full text search capabilities like jekyll-lunr-js-search
The text was updated successfully, but these errors were encountered:
It could be minified with a Jekyll plugin or ruby script run by travis/rake.
So, we could generate a file by language and load only one at a time.
editeur
return "Edition avancée", "Editer le Wiki OSM"éditeur
find "Éditer à distance…", "Éditeur iD", "Éditer avec JOSM"💡 To "fix" this, I suggest to test a plugin with full text search capabilities like jekyll-lunr-js-search
The text was updated successfully, but these errors were encountered: