P2P incompatibility problem with Relevanssi, proposing 'solution'
-
Hi Scribu,
I ran into a incompatibility issue with your ajax_search in the P2P_Box and Relevanssi (a search plugin). They just don’t play nice together.
Mikko (author of Relevanssi) suggested I looked into options to exclude using the Relevanssi plugin in this particular case.
So I proposed a filter for his plugin.
See: https://www.ads-software.com/support/topic/ajax-search-from-p2p_box-broken-fix for detailsHowever.. in order to get it working I need a distinct identifier in the query to be able to do the filtering.. I hardcoded it for now:
in side.php:function do_query( $args ) { $args['query_origin'] = 'p2p_plugin'; return new WP_Query( $args ); }
Perhaps this should be a filter? and then again, perhaps your plugin could work together with Relevanssi after all? I’m still in the dark why it isn’t working.
Best regards,
Ruud
- The topic ‘P2P incompatibility problem with Relevanssi, proposing 'solution'’ is closed to new replies.