In the transliteration processor, we currently just use the default language as the language of the transliterated text. This will of course be correct for unilingual sites, but is rather arbitrary for multilingual ones.
Instead we should:
- at index time, use the item's language;
- and at search time, maybe check if the query specifies a definite language, and only fall back to the site default as the last option.
Issue fork search_api-2891393
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
drunken monkeyComment #5
drunken monkeyComment #7
joseph.olstadCan we please get this into a tagged release ASAP? ex: 8.x-1.40
There's other modules that require search_api tagged releases and they squeel on dev releases.