aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/search
diff options
context:
space:
mode:
authorAndy Rickert <andrew_rickert@brown.edu>2020-08-11 16:51:16 -0400
committerAndy Rickert <andrew_rickert@brown.edu>2020-08-11 16:51:16 -0400
commitee2302223e215ba4d35cdab61517e3feb2167e1c (patch)
treed4c40acf5ca97a6f991bc66a1f9f786e693c45ef /src/client/views/search
parent769588ee0f3471e4f576dd1627ed6c11ecfbeee0 (diff)
adjusting when filter menu should open and close
Diffstat (limited to 'src/client/views/search')
-rw-r--r--src/client/views/search/SearchBox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/search/SearchBox.tsx b/src/client/views/search/SearchBox.tsx
index 4a14b222c..da298e54c 100644
--- a/src/client/views/search/SearchBox.tsx
+++ b/src/client/views/search/SearchBox.tsx
@@ -533,7 +533,7 @@ export class SearchBox extends ViewBoxBaseComponent<FieldViewProps, SearchBoxDoc
getDataStatus() { return this._deletedDocsStatus; }
- private NumResults = 25;
+ private NumResults = 50;
private lockPromise?: Promise<void>;
getResults = async (query: string) => {
console.log("Get");