Title: search plugins
Last modified: October 6, 2024

---

# search plugins

 *  Resolved [Cosmin T.](https://wordpress.org/support/users/cosmindan22/)
 * (@cosmindan22)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/search-plugins-3/)
 * Hello
 * I can’t seem to find any compatible Search plugins that integrates Translapress.
   Any suggestions please?

Viewing 1 replies (of 1 total)

 *  Plugin Support [Alex](https://wordpress.org/support/users/alexcozmoslabs/)
 * (@alexcozmoslabs)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/search-plugins-3/#post-18058652)
 * Hi,
   Any plugin that is using the WP search approach will work.Also, any plugin
   that is doing FILTERING based on taxonomy or custom fields will work.You can 
   use WP_Query with the query[‘s’] parameter and it will work out-of-the-box to
   provide relevant posts for that key term.The key term needs to be in same language
   as the current language being displayed when loading that page. In code, posts
   returned will be in the default language (IDs, post title, post content etc.)
   but the content echoed is translated on a later hook, so it will be displayed
   in the translated language in front-end.Only post title and post content are 
   searchable in translated languages, external custom fields such as ACF are not.
   Depending on your setup, if you can include custom fields content inside the_content
   hook, then the custom fields are searchable as well.We have documentation about
   how you can implement a custom search solution: [https://translatepress.com/docs/developers/implementing-a-custom-search-solution/](https://translatepress.com/docs/developers/implementing-a-custom-search-solution/).**
   Note**: For the search to work on a specific post in a specific language, translation
   of that post content and title in that same language must exist prior to searching.
   If automatic translation is active, a post must be visited at least once in that
   specific language in order to get indexed by TP.However, any plugin that’s using
   an index, like SearchWP, will not work correctly with TranslatePress.
 * 
   Best Regards,
    -  This reply was modified 1 year, 7 months ago by [Alex](https://wordpress.org/support/users/alexcozmoslabs/).

Viewing 1 replies (of 1 total)

The topic ‘search plugins’ is closed to new replies.

 * ![](https://ps.w.org/translatepress-multilingual/assets/icon.svg?rev=3166541)
 * [TranslatePress - Translate Multilingual sites with AI Translation](https://wordpress.org/plugins/translatepress-multilingual/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/translatepress-multilingual/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/translatepress-multilingual/)
 * [Active Topics](https://wordpress.org/support/plugin/translatepress-multilingual/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/translatepress-multilingual/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/translatepress-multilingual/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Alex](https://wordpress.org/support/users/alexcozmoslabs/)
 * Last activity: [1 year, 7 months ago](https://wordpress.org/support/topic/search-plugins-3/#post-18058652)
 * Status: resolved