Skip to content

Commit

Permalink
feat: use wide scope in search (#1815)
Browse files Browse the repository at this point in the history
  • Loading branch information
d-loose authored Sep 16, 2024
2 parents ec5d43d + 83cc2e2 commit fe92ab9
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 fe92ab9

Please sign in to comment.