- Issue created by @hktang
- 🇯🇵Japan hktang
I cannot reproduce this on a clean installation, where the facets work fine. Any idea where to look?
By the way, there are other search indexes on my site, DB search and Solr. I am not sure if they affect how facets work on Meilisearch. Any pointer would be much appreciated!
- 🇸🇮Slovenia DeaOm
I was trying to reproduce this, but can't. I do have DB server and an index installed besides the Meilisearch one. The DB and Solr should not affect faceting of Meilisearch. We did however had some bugs regarding the filterable attributes.
Did you try clearing all the indexed data and re-index again?
Could you maybe try with the 2.x version, just so we can see if it's happening there too? The 2.x uses a more stable Meilisearch version 1.3.3 and there are some bug fixes applied, that could possible already solve this issue. - 🇯🇵Japan hktang
Thank you! Let me try 2.x version and get back to you with my findings
- Status changed to Postponed: needs info
about 1 year ago 12:11pm 12 October 2023 @hktang How did it go with the 2.x version? It would also be useful to know a few more information. Did this happen on a fresh install? If not, from what to what version did you upgrade? What version of Meilisearch are you using?
- 🇯🇵Japan hktang
Hi @admirlju unfortunately I haven't tried the 2.x yet. I had to keep our current Solr installation for now, but I hope to switch to Meilisearch soon.
One thing I should report is that, our site has mix language content. The site language is set to English, but a fair amount of text is in Japanese. I am suspecting this has some effect on the errors I expeienced. Not sure if it's related though. It would be nice if there's some kind of language configuration in this plugin.
Will try to revisit this again!
So I've quickly tested random Japanese text in an article content type and the language left to English. I'm not getting that error on 2.x, so either it's fixed in 2.x, or potentially something else is causing it.
- 🇯🇵Japan hktang
Hi there, I switched to version 2.x and so far it works perfectly.
The CJK text was searchable (although not ideal) after enabling tokenizer for CJK.
Thank you so much for your time building and maintaining this module!