Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Support Unicode / Emoji search #63

Open
JawadN00r opened this issue Dec 25, 2022 · 1 comment
Open

[Feature Request] Support Unicode / Emoji search #63

JawadN00r opened this issue Dec 25, 2022 · 1 comment

Comments

@JawadN00r
Copy link

Any plan to support search of unicode languages like Bangla (বাংলা) , characters like ö or emoji 🌲 ?

@ValMystletainn
Copy link

I guess it's hard to have. there are two componets of the searching function.

  1. 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.
  2. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants