Skip to content

Commit

Permalink
feat: use wide scope in search
Browse files Browse the repository at this point in the history
  • Loading branch information
d-loose committed Sep 16, 2024
1 parent ec5d43d commit 83cc2e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/app_center/lib/snapd/snap_search.dart
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ final snapSearchProvider =
yield await snapd.find(
query: searchParameters.cleanedQuery,
category: searchParameters.category?.categoryName,
scope: SnapFindScope.wide,
);
}
});
Expand Down

0 comments on commit 83cc2e2

Please sign in to comment.