Hi Ernest,
I’ve recently update from 4.21.3 to 4.24.2 and facing a problem with ASP_Query.
$search_args_array['search'] = $search;
$search_args = array(
"s" => $search,
"_ajax_search" => false,
"post_type" => array('recipe'),
"search_type" => array('cpt','taxonomies'),
posts_per_page' => 12
);
$asp_query = new ASP_Query($search_args, 6, $search_args_array);
Since the update, I have only taxonomies results in the response.
With 4.21.3 i was having both taxonomies and post.
(The config of the search instance “6” is the same on both version).
Do you have any hint to make it work on the last version ?
Thank you
-
This topic was modified 3 years, 5 months ago by
Manu.
-
This topic was modified 3 years, 5 months ago by
Manu.
-
This topic was modified 3 years, 5 months ago by
Manu.
-
This topic was modified 3 years, 5 months ago by
Manu.