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
Hi lelouch,
trying to use the lunr-search plugin on Docusaurus 2.0.0-beta.4 having docs in Czech language. The search engine ignores some Czech characters, e.g. the word "čas" (time) in our web pages https://help.4fastdevelopment.cz/docs/DXCAP/Lifecycle.
Module not found: Error: Can't resolve '../../utils/proxiedGenerated' in '/home/daniel/my-website/src/theme/SearchBar'
Module not found: Error: Can't resolve '../../utils/SearchSourceFactory' in '/home/daniel/my-website/src/theme/SearchBar'
Module not found: Error: Can't resolve '../../utils/proxiedGenerated' in '/home/daniel/my-website/src/theme/SearchBar'
Module not found: Error: Can't resolve '../LoadingRing/LoadingRing' in '/home/daniel/my-website/src/theme/SearchBar'
Module not found: Error: Can't resolve '../../utils/highlight' in '/home/daniel/my-website/src/theme/SearchBar'
Module not found: Error: Can't resolve '../../utils/highlightStemmed' in '/home/daniel/my-website/src/theme/SearchBar'
Module not found: Error: Can't resolve '../../utils/getStemmedPositions' in '/home/daniel/my-website/src/theme/SearchBar'
Module not found: Error: Can't resolve '../../utils/proxiedGenerated' in '/home/daniel/my-website/src/theme/SearchBar'
Module not found: Error: Can't resolve '../../utils/proxiedGenerated' in '/home/daniel/my-website/src/theme/SearchBar'
Client bundle compiled with errors therefore further build is impossible.
Your plugin was installed without problem (npm install --save @easyops-cn/docusaurus-search-local), then swizzled (npm run swizzle docusaurus-lunr-search SearchBar -- --danger), added to docusaurus.config.js, but the build failed.
Do you have any quick tip how to build it without errors?
Thanks.
Hi lelouch,
trying to use the lunr-search plugin on Docusaurus 2.0.0-beta.4 having docs in Czech language. The search engine ignores some Czech characters, e.g. the word "čas" (time) in our web pages https://help.4fastdevelopment.cz/docs/DXCAP/Lifecycle.
The same issue can be found in your demo web pages https://lelouch77.github.io/docusaurus-lunr-search-multilang/docs/doc3, the German word "können". You can copy it to search bar and you will see. But the another word with German characters "müssen" on the same page works fine.
Please could you check the search engine or just advise me what to set or change in docusaurus/plugin settings?
Thanks.
The text was updated successfully, but these errors were encountered: