README.txt 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. INSTALLATION
  2. Simply save this module's subdir in your contrib module directory,
  3. and enable the module.
  4. USAGE
  5. Simply configure your search api index(es) to index the field
  6. "Multilingual full text". Now, all of your selected entity's translations will
  7. be included in your index(es) and the search.
  8. MODULE DESCRIPTION
  9. Search API Entity Translation is a minimalist approach of making multilingual
  10. content managed via entity translations searchable via Search API.
  11. The current approach simply offers a new search API field named
  12. "Multilingual full text" which indexes all of your entity translations.
  13. This is, of course, not very intelligent (since the translations/languages of
  14. content cannot be properly distinguished in the search, let alone searched
  15. language _specificly_ or independently) - but it's a first simply approach.
  16. Search API Entity Translation is written for Drupal 7 and used in production
  17. environments. It is currently only thouroughly tested and used with node based
  18. indexes, though.
  19. Requirements:
  20. * Search API is obviously required, as well as
  21. a compatible search module (e.g. apachesolr, search_api).
  22. Similar projects:
  23. * Currently (2012-01-02) there does not seem to be other similar modules.
  24. TODOS
  25. * Make different language versions of a content distinguishable for search.
  26. MODULE URL
  27. More information and issues, see the module page, currently at:
  28. http://drupal.org/project/search_api_et