Searched refs:LIMIT (Results 1 – 3 of 3) sorted by relevance
/webtrees/app/Http/RequestHandlers/ | ||
H A D | AutoCompleteSurname.php | 42 ->searchSurnames([$tree], [$query], 0, static::LIMIT); |
H A D | AbstractAutocompleteHandler.php | 36 protected const LIMIT = 10; define in Fisharebest\\Webtrees\\Http\\RequestHandlers\\AbstractAutocompleteHandler |
H A D | AutoCompletePlace.php | 59 ->searchPlaces($tree, $query, 0, static::LIMIT) |