Skip to content

Commit 9f4fb84

Browse files
Raise search result default count to 5000
1 parent 5035402 commit 9f4fb84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/web/src/app/[domain]/search/components/searchResultsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import { FilterPanel } from "./filterPanel";
3535
import { useFilteredMatches } from "./filterPanel/useFilterMatches";
3636
import { SearchResultsPanel } from "./searchResultsPanel";
3737

38-
const DEFAULT_MAX_MATCH_COUNT = 500;
38+
const DEFAULT_MAX_MATCH_COUNT = 5000;
3939

4040
interface SearchResultsPageProps {
4141
searchQuery: string;

0 commit comments

Comments
 (0)