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 suspect that the site has Spanish as the default language, so de and en are stopwords hence the language assigned to indexed documents is just ignored.
The changes in #13 should fix this issue. If you can confirm it, @Razko90 , that would be perfect.
wpml-elasticpress/src/LanguageSearch.php
Line 45 in 68a77ba
Im getting no results on the main language sites, using sub directories for languages.
site.com/
site.com/en
site.com/de
Fixed by changing line 45 to:
'post_lang.keyword' => $this->getQueryLang(),
The text was updated successfully, but these errors were encountered: