diff options
author | bobzel <zzzman@gmail.com> | 2020-08-20 11:32:39 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-08-20 11:32:39 -0400 |
commit | c4c9c2e7ec10e19ee9fe9c0c93c4d7fe61328171 (patch) | |
tree | 38b55fe99ccc85bc1f1ed460f161fe4859201fac /src | |
parent | 694cbd8c810068ea27b94cce8d74d6e645939e39 (diff) |
from last
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/search/SearchBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/search/SearchBox.tsx b/src/client/views/search/SearchBox.tsx index 687dcaa93..e779435e5 100644 --- a/src/client/views/search/SearchBox.tsx +++ b/src/client/views/search/SearchBox.tsx @@ -46,7 +46,7 @@ export class SearchBox extends ViewBoxBaseComponent<FieldViewProps, SearchBoxDoc public static Instance: SearchBox; private _allIcons: string[] = [DocumentType.INK, DocumentType.AUDIO, DocumentType.COL, DocumentType.IMG, DocumentType.LINK, DocumentType.PDF, DocumentType.RTF, DocumentType.VID, DocumentType.WEB]; - private _numResultsPerPage = 4; + private _numResultsPerPage = 500; private _numTotalResults = -1; private _endIndex = -1; private _lockPromise?: Promise<void>; |