SearchRouteConfig
The SearchRouteConfig route-config array maps the SearchController to the URLs.
Available routes
${base}/{version}/products/search-> maps toSearchController.searchByTerm${base}/{version}/products/category/{categoryId}-> maps toSearchController.searchByCategory${base}/{version}/products/suggestions/query-> maps toSearchController.getSearchQuerySuggestions${base}/{version}/products/suggestions/product-> maps toSearchController.getSearchProductSuggestions${base}/{version}/products/recommendations-> maps toSearchController.getSearchProductRecommendations