Skip to content

Commit c8bed05

Browse files
authored
Merge pull request #4213 from bradbeattie/patch-1
Increasing limit of returned results from searches
2 parents 70557d6 + 73af57b commit c8bed05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/search/SearchResults.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const SearchResults: FunctionComponent<SearchResultsProps> = ({ serverId = windo
4949
const getDefaultParameters = useCallback(() => ({
5050
ParentId: parentId,
5151
searchTerm: query,
52-
Limit: 24,
52+
Limit: 100,
5353
Fields: 'PrimaryImageAspectRatio,CanDelete,BasicSyncInfo,MediaSourceCount',
5454
Recursive: true,
5555
EnableTotalRecordCount: false,

0 commit comments

Comments
 (0)