Uses of Class
org.craftercms.studio.model.search.SearchParams
Packages that use SearchParams
Package
Description
-
Uses of SearchParams in org.craftercms.studio.api.v2.service.search
Methods in org.craftercms.studio.api.v2.service.search with parameters of type SearchParamsModifier and TypeMethodDescriptiondefault SearchResultSearchService.search(String siteId, SearchParams params) Performs a search operation for a given siteSearchService.search(String siteId, SearchParams params, int maxExpansions) Performs a search operation for a given site -
Uses of SearchParams in org.craftercms.studio.controller.rest.v2
Methods in org.craftercms.studio.controller.rest.v2 with parameters of type SearchParamsModifier and TypeMethodDescriptionSearchController.search(String siteId, @Valid SearchParams params) -
Uses of SearchParams in org.craftercms.studio.impl.v2.service.dashboard
Methods in org.craftercms.studio.impl.v2.service.dashboard with parameters of type SearchParamsModifier and TypeMethodDescriptionprotected voidDashboardServiceImpl.prepareSearchParams(SearchParams searchParams, String query, String order, int offset, int limit) -
Uses of SearchParams in org.craftercms.studio.impl.v2.service.search
Methods in org.craftercms.studio.impl.v2.service.search with parameters of type SearchParamsModifier and TypeMethodDescriptionSearchServiceImpl.search(String siteId, SearchParams params, int maxExpansions) Performs a search operation for a given site -
Uses of SearchParams in org.craftercms.studio.impl.v2.service.search.internal
Methods in org.craftercms.studio.impl.v2.service.search.internal with parameters of type SearchParamsModifier and TypeMethodDescriptionClausesLimitAwareSearchService.search(String siteId, SearchParams params, int initialMaxExpansions) SearchServiceInternalImpl.search(String siteId, SearchParams params, int maxExpansions) Performs a search operation for a given siteprotected voidSearchServiceInternalImpl.updateFilters(org.opensearch.client.opensearch._types.query_dsl.BoolQuery.Builder query, SearchParams params, Map<String, FacetTO> siteFacets) Adds the required filters based on the given parameters