IndexedBoxSearchExtensions<K, T> extension
- on
-
- IndexedBox<
K, T>
- IndexedBox<
Methods
-
searchFiltered(
String query, {bool filter(T value)?, int sortBy(T a, T b)?, int? limit, int offset = 0}) → Future< List< T> > -
Available on IndexedBox<
Performs a full-text search with optional filtering and sorting.K, T> , provided by the IndexedBoxSearchExtensions extension -
searchPaginated(
String query, {bool filter(T value)?, int sortBy(T a, T b)?, int page = 0, int pageSize = 20, bool prePaginate = false}) → Future< List< T> > -
Available on IndexedBox<
Performs a full-text search with optional filtering, sorting, and pagination.K, T> , provided by the IndexedBoxSearchExtensions extension