feat(search): add global titlebar search filters
This commit is contained in:
+2
-1
@@ -10,7 +10,8 @@ import "./styles/search.css";
|
||||
const SearchPage = lazy(() => import("./features/search/SearchPage"));
|
||||
|
||||
const searchRuntime: SearchRuntimeUiCapability = {
|
||||
GlobalSearch
|
||||
GlobalSearch,
|
||||
anyOf: ["search:result:read"]
|
||||
};
|
||||
|
||||
export const searchModule: PlatformWebModule = {
|
||||
|
||||
Reference in New Issue
Block a user