H A D | SearchService.php | 88 public function searchFamilies(array $trees, array $search): Collection argument 92 $this->whereTrees($query, 'f_file', $trees); 113 …public function searchFamilyNames(array $trees, array $search, int $offset = 0, int $limit = PHP_I… argument 132 $this->whereTrees($query, 'f_file', $trees); 171 public function searchIndividuals(array $trees, array $search): Collection argument 175 $this->whereTrees($query, 'i_file', $trees); 196 …public function searchIndividualNames(array $trees, array $search, int $offset = 0, int $limit = P… argument 207 $this->whereTrees($query, 'i_file', $trees); 245 …public function searchLocations(array $trees, array $search, int $offset = 0, int $limit = PHP_INT… argument 250 $this->whereTrees($query, 'o_file', $trees); [all …]
|