Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Results grouping › Reply To: Results grouping
March 21, 2022 at 3:02 pm
#37233
Keymaster
In this case WP_Query can not be used, as we are not querying the objects by terms, but the terms by the objects. So wp_get_object_terms or get_the_terms are the only options, and those will not return the unchecked parent categories for the objects.