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
I guess it's hard to have. there are two componets of the searching function.
When use zola to build from converting markdown files for your ob notes, zola will passthough the contents and make a indexing .js file for searching.
use elasticlunr to comparing what you typing in, comparing and return the results.
the elasticlunr did'nt update in past 3 years. but there are some multi language comparing plugin repo right now. if you are farmilar with js, it will take no long time to modified the search.js to support the multilingual comparing.
But again you should also know something about rust, since the indexinig file generate from zola will just provided for specific language. Without the indexing file, your comparing engine will just find nothing to compare
Any plan to support search of unicode languages like Bangla (বাংলা) , characters like ö or emoji 🌲 ?
The text was updated successfully, but these errors were encountered: