diff options
| author | Andy Rickert <andrew_rickert@brown.edu> | 2020-07-31 19:35:32 -0400 |
|---|---|---|
| committer | Andy Rickert <andrew_rickert@brown.edu> | 2020-07-31 19:35:32 -0400 |
| commit | 1eb12a6dfadf4caf3868d4d5b373859f5999214f (patch) | |
| tree | 32b7229ea5203f5689a5ba4785f04ebfc1487423 /src/client/util | |
| parent | cfa39673564b6cd12d61ebbf3778cea8c3d0eff2 (diff) | |
bugfix
Diffstat (limited to 'src/client/util')
| -rw-r--r-- | src/client/util/SearchUtil.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/SearchUtil.ts b/src/client/util/SearchUtil.ts index 911340ab1..f54e13197 100644 --- a/src/client/util/SearchUtil.ts +++ b/src/client/util/SearchUtil.ts @@ -30,7 +30,7 @@ export namespace SearchUtil { rows?: number; fq?: string; allowAliases?: boolean; - "facet"?:string; + "facet"?: string; "facet.field"?: string; } export function Search(query: string, returnDocs: true, options?: SearchParams): Promise<DocSearchResult>; |
