Search API Entity Translation
Last updated on
30 April 2025
Module page: Search API Entity Translation
Example language-specific search from the code:
$index = search_api_index_load("multilingual_node_index");
$query = new SearchApiQuery($index);
$query->setOption('languages', array('fr'));
$results = $query->execute();
In order to use this module,you need to create a new Multilingual index.
Help improve this page
Page status: Not set
You can:
You can:
- Log in, click Edit, and edit this page
- Log in, click Discuss, update the Page status value, and suggest an improvement
- Log in and create a Documentation issue with your suggestion