We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be5dafa commit 8b84608Copy full SHA for 8b84608
2 files changed
App/frontend-app/src/components/sidecarCopilot/sidecar.tsx
@@ -164,6 +164,7 @@ export function SidecarCopilot({
164
onSourceChange={handleSourceChange}
165
disabled={disableSources}
166
selectedDocuments={selectedDocuments}
167
+ isSticky={false}
168
/>
169
170
<CopilotProvider>
App/frontend-app/src/types/searchRequest.ts
@@ -3,7 +3,7 @@ export interface SearchRequest {
3
searchFacets: SearchFacet[];
4
currentPage: number;
5
incomingFilter: string;
6
- filters?: string[];
+ filters?: { [key: string]: string };
7
parameters: {
8
scoringProfile: string;
9
inOrderBy: string[];
0 commit comments