-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Multilingual search #95
Comments
You have to configure the site in the
You will find there are many things in this file that have to be adjusted. https://www.getzola.org/documentation/getting-started/configuration/ If you did not yet read over the Abridge readme, pay particular attention to this section: I use npm as outlined to generate a new bundle, but if you would rather not have to do this, then you can set |
I have already configured my (multilingual) website with your nice theme. Everything is ready except the search… In order to run Please bear with me as I am not a programmer and thank you for your help. Edit: |
If you inspect the package.json file you will see under https://github.com/Jieiku/abridge/blob/master/package.json so for example:
|
I am uncertain as to why it would not work with multilingual, I can try to reproduce the issue locally and help resolve it, but it may take me a few days, I am currently fighting a cold. I do know that elasticlunr does support multilingual, but there may be something you need to do to enable this support. You may try searching some of the zola documentation for search multilingual support. report back if you are able to figure it out, and if I get feeling well enough to help investigate I will let you know. |
Alright, I successfully ran I will try to find out how to configure a multilingual search. If find anything I will let you know. Get well soon! |
Closing for now because I don't have time to try and figure it out, but if you do make changes that better support multilingual search then please send a pull request :) My understanding was that the default zola search library elasticsearch should already support multiple languages. |
I added this to my todo list for the Refactor. |
Also it appears if your other language is Chinese or Japanese that you have to build Zola to support indexing those: https://www.getzola.org/documentation/content/multilingual/ |
Hello,
the documentation does not mention how to customize the search. By default search points to https://abridge.netlify.app/. It seems to me that the
search_bundle.min.js
needs to be adjusted. But how it this done properly?The text was updated successfully, but these errors were encountered: