remy00
Forum Replies Created
-
Deleting comments from people experiencing the same problem and marking the issue as resolved doesn’t actually fix the issue. 🙁
Hi,
are there any news? Today I ran into the same issue.
I am a bit confused: Deactivating Rank Math or RML would solve the issue, but it is a Divi issue? Is there something RML could fix here if Rank Math does his job?
Also confusing: Are we waiting for Divi 5 for this to be fixed?
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Exact match with multiple word searchThanks again for your clarification!
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Exact match with multiple word searchThanks for the fast answer, this works like a charm!
I had an issue using “get_search_query()” , as I use Relevanssi in combination with Ajax Load More. It seems that these ajax calls are no real search queries through wp, so I had to use:
$search_query = strtolower($_GET['search']);Maybe this helps other people. Also $_GET should maybe be filtered for security reasons.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Ajax load more: search statisticsThanks a lot for your quick answer!
Here are some insights: the documentation of ALM says, you have to add a filter (alm_query_args_search_listing) which returns the changed args from the action in the additional ALM plugin. Without it, the filter “relevanssi_match” was not called, where I changed some weights.
But I took your approach, added the filter “relevanssi_ok_to_log” and changed the global var if page > 0 (which is handled by ALM).
Also notable: I added the ALM search results in the WP search result page. The call on ?s= adds a log entry AND the admin-ajax-call from ALM, too. The easiest way would be to turn off the log for all ALM requests as Relevanssi seams to log at the call of the search result page.
But now, everythings works as expected. Thank you very much for your support 🙂
Forum: Plugins
In reply to: [WP Job Manager] Require company logoGreat, it works! Thank you very much!