Request to be executed when the search input is triggered.
typedef MyoroSearchInputRequest<T> = FutureOr<Set<T>> Function(String text);