|
@@ -326,7 +326,7 @@ export const useMutationPluginsFromMarketplace = () => {
|
|
pageSize = 40,
|
|
pageSize = 40,
|
|
} = pluginsSearchParams
|
|
} = pluginsSearchParams
|
|
const pluginOrBundle = type === 'bundle' ? 'bundles' : 'plugins'
|
|
const pluginOrBundle = type === 'bundle' ? 'bundles' : 'plugins'
|
|
- return postMarketplace<{ data: PluginsFromMarketplaceResponse }>(`/${pluginOrBundle}/search/basic`, {
|
|
|
|
|
|
+ return postMarketplace<{ data: PluginsFromMarketplaceResponse }>(`/${pluginOrBundle}/search/advanced`, {
|
|
body: {
|
|
body: {
|
|
page,
|
|
page,
|
|
page_size: pageSize,
|
|
page_size: pageSize,
|