Home
last modified time | relevance | path

Searched refs:LIMIT (Results 1 – 3 of 3) sorted by relevance

/webtrees/app/Http/RequestHandlers/
H A DAutoCompleteSurname.php42 ->searchSurnames([$tree], [$query], 0, static::LIMIT);
H A DAbstractAutocompleteHandler.php36 protected const LIMIT = 10; define in Fisharebest\\Webtrees\\Http\\RequestHandlers\\AbstractAutocompleteHandler
H A DAutoCompletePlace.php59 ->searchPlaces($tree, $query, 0, static::LIMIT)