Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
feat: add sessionId to search requests (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
carvantes authored Oct 27, 2021
1 parent 7562664 commit 6284d53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ export interface GlobalSearchRequest {
queryParams?: any;
searchFilters?: SearchFilter[];
tenantId?: string;
/**
* An optional session identifier. Search implementations may use this value to optimize search queries.
*/
sessionId?: string;
}

export interface TypeSearchRequest extends GlobalSearchRequest {
Expand Down

0 comments on commit 6284d53

Please sign in to comment.