The comments say
* Returns appropriate Model or false on not active
* @return mixed Object or false on failure
But it only returns true or false
I could only get it working after changing
return ($Model->Behaviors->attached('Searchable') && $Model->elastic_enabled());
to
The comments say
* Returns appropriate Model or false on not active
* @return mixed Object or false on failure
But it only returns true or false
I could only get it working after changing
to