refactor: integrate REST search collection adapter

This commit is contained in:
jamesgeorge007
2024-02-22 22:55:17 +05:30
parent 46654853f0
commit 89f2479845
4 changed files with 146 additions and 7 deletions

View File

@@ -44,7 +44,7 @@ export interface WorkspaceProvider {
): Promise<E.Either<unknown, HandleRef<RESTCollectionLevelAuthHeadersView>>>
getRESTSearchResultsView(
workspaceHandle: HandleRef<Workspace>,
searchQuery: Ref<string>
searchQuery: string
): Promise<E.Either<unknown, HandleRef<RESTSearchResultsView>>>
createRESTRootCollection(