aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/search
diff options
context:
space:
mode:
authorusodhi <61431818+usodhi@users.noreply.github.com>2021-02-20 20:26:36 -0500
committerusodhi <61431818+usodhi@users.noreply.github.com>2021-02-20 20:26:36 -0500
commiteff29ee31afdaf683fbd33d84833872c027c8a6c (patch)
tree23eade31af8ad70b8466cbce83769fde76900471 /src/client/views/search
parentc2bcb4ac83ecafb0bf23f72ed1bc2d05b877da6d (diff)
parenta2abfb07b783769094414c39e300b88c31cfc450 (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into filters
Diffstat (limited to 'src/client/views/search')
-rw-r--r--src/client/views/search/SearchBox.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/search/SearchBox.tsx b/src/client/views/search/SearchBox.tsx
index d10afdcf9..553443931 100644
--- a/src/client/views/search/SearchBox.tsx
+++ b/src/client/views/search/SearchBox.tsx
@@ -63,7 +63,7 @@ export class SearchBox extends ViewBoxBaseComponent<FieldViewProps, SearchBoxDoc
@observable _deletedDocsStatus: boolean = false;
@observable _onlyAliases: boolean = true;
@observable _searchbarOpen = false;
- @observable _searchFullDB = "DB";
+ @observable _searchFullDB = "DB"; // "DB" means searh the entire database. "My Stuff" adds a flag that selects only documents that the current user has authored
@observable _noResults = "";
@observable _pageStart = 0;
@observable open = false;
@@ -466,7 +466,7 @@ export class SearchBox extends ViewBoxBaseComponent<FieldViewProps, SearchBoxDoc
}
@computed get scopeButtons() {
- return <div style={{ height: 25, paddingLeft: "4px", paddingRight: "4px"}}>
+ return <div style={{ height: 25, paddingLeft: "4px", paddingRight: "4px" }}>
<form className="beta" style={{ justifyContent: "space-evenly", display: "flex" }}>
<div style={{ display: "contents" }}>
<div className="radio" style={{ margin: 0 }}>