search callback that returns the filtered items
final List<T> Function(String query, List<T> items)? onSearch;