WPML compatibility
-
Hi,
I’ve integrated Relevanssi with SearchWP Live Ajax and it’s working great. The issue came up activating WPML plugins to internationalize the site.
The $query->query_vars is emptied out and the search will just return the whole data set.
I’ve noticed this on the
class-relevanssi-bridge.php
file by printing:static function alter_results() { global $wp_query; var_dump($wp_query->query_vars); relevanssi_do_query( $wp_query ); }
That returns an empty array. I disable the WPML plugins and it works.
Has anybody seen this or found a workaround? is there any intention to make the plugin compatible with WPML ?
Thank you !
- The topic ‘WPML compatibility’ is closed to new replies.