diff options
| author | Andy Rickert <andrew_rickert@brown.edu> | 2020-08-09 15:39:16 -0400 |
|---|---|---|
| committer | Andy Rickert <andrew_rickert@brown.edu> | 2020-08-09 15:39:16 -0400 |
| commit | 6b00ff204acbe9d98bb9b6a39c09164afcc18c9e (patch) | |
| tree | 9dde0733c7adbd8b289ca21cfb154fe0afb5afaf /src/client/views/search | |
| parent | 3bd97210a1112d9d0af802255677caf1de95616c (diff) | |
clicking document opens it"
"
Diffstat (limited to 'src/client/views/search')
| -rw-r--r-- | src/client/views/search/SearchBox.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/search/SearchBox.tsx b/src/client/views/search/SearchBox.tsx index fb28ddae0..310e3f235 100644 --- a/src/client/views/search/SearchBox.tsx +++ b/src/client/views/search/SearchBox.tsx @@ -313,6 +313,7 @@ export class SearchBox extends ViewBoxBaseComponent<FieldViewProps, SearchBoxDoc while (docs.length > 0) { newarray = []; docs.forEach((d) => { + d ? console.log(Cast(d.context, Doc)) : null; if (d.data !== undefined) { newarray.push(...DocListCast(d.data)); } |
