Page 2 of 2

Re: Disable phoca search for some categories

Posted: 02 Mar 2020, 22:29
by sapo
at line 242

Code: Select all

$query->where('('.$where.')' . ' AND  a.published = 1 AND a.approved = 1 AND c.id IN(3,4,6,33) AND c.published = 1 AND c.approved = 1 AND  c.access IN ('.$groups.')');
			//$query->group('a.id');
			$query->order($order);
Thanks to the Universal AJAX Live Search Support!!

Re: Disable phoca search for some categories

Posted: 03 Mar 2020, 14:53
by Jan
Ok