SafaehTileSearchMatch<T> typedef
SafaehTileSearchMatch<T> =
bool Function(SafaehTileOption<T> option, String query)
Host-owned tile search. query is the raw field text (not lowercased).
The default matcher uses ASCII String.toLowerCase. Pass this for
locale-aware or token-aware filtering without adding intl here.
Implementation
typedef SafaehTileSearchMatch<T> =
bool Function(SafaehTileOption<T> option, String query);