mirror of
https://github.com/immich-app/immich.git
synced 2026-03-22 11:58:59 +03:00
Smart search currently returns a list of assets by their score. It would be nice if we could instead filter assets, and then list them by date. This is the default behaviour of other platforms.
30 lines
1.2 KiB
Dart
Generated
30 lines
1.2 KiB
Dart
Generated
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'paginated_search.provider.dart';
|
|
|
|
// **************************************************************************
|
|
// RiverpodGenerator
|
|
// **************************************************************************
|
|
|
|
String _$paginatedSearchRenderListHash() =>
|
|
r'bb1ea9153b2a186778420426f1fb1add6d6a9140';
|
|
|
|
/// See also [paginatedSearchRenderList].
|
|
@ProviderFor(paginatedSearchRenderList)
|
|
final paginatedSearchRenderListProvider =
|
|
AutoDisposeFutureProvider<RenderList>.internal(
|
|
paginatedSearchRenderList,
|
|
name: r'paginatedSearchRenderListProvider',
|
|
debugGetCreateSourceHash: const bool.fromEnvironment('dart.vm.product')
|
|
? null
|
|
: _$paginatedSearchRenderListHash,
|
|
dependencies: null,
|
|
allTransitiveDependencies: null,
|
|
);
|
|
|
|
@Deprecated('Will be removed in 3.0. Use Ref instead')
|
|
// ignore: unused_element
|
|
typedef PaginatedSearchRenderListRef = AutoDisposeFutureProviderRef<RenderList>;
|
|
// ignore_for_file: type=lint
|
|
// ignore_for_file: subtype_of_sealed_class, invalid_use_of_internal_member, invalid_use_of_visible_for_testing_member, deprecated_member_use_from_same_package
|