mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-08 21:48:22 +00:00
Fix api calls for search (#269)
This commit is contained in:
parent
f028c1d395
commit
7943d21dcc
@ -167,19 +167,19 @@ const ExplorePage: React.FC = (): React.ReactElement => {
|
||||
const serviceTypeAgg = searchData(
|
||||
searchText,
|
||||
currentPage,
|
||||
PAGE_SIZE,
|
||||
0,
|
||||
getFilterString(filters, ['service type'])
|
||||
);
|
||||
const tierAgg = searchData(
|
||||
searchText,
|
||||
currentPage,
|
||||
PAGE_SIZE,
|
||||
0,
|
||||
getFilterString(filters, ['tier'])
|
||||
);
|
||||
const tagAgg = searchData(
|
||||
searchText,
|
||||
currentPage,
|
||||
PAGE_SIZE,
|
||||
0,
|
||||
getFilterString(filters, ['tags'])
|
||||
);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user