This module provides a Search API processor to add all translations to the indexed values for all fulltext fields. This allows for multilingual searching,
For example: There is one piece of content with two translations: en and de. The en translation has the title 'Result' and the de translation has the title 'Ergebnis'.
When the search results are only showing the en translations of content, with the fulltext translation processor enabled,
a fulltext search for "Ergebnis" will return the en version of the content, as "Ergebnis" is an indexed value against this field.