- 🇸🇮Slovenia alecsmrekar
Here's an alternative patch that does the same, but can be way faster. The patch in #2 works fine, but it require quite a bit of processing power to run all the
Url::
calls.So this code does the same, but it allows you to specify
$settings['facets_short_pretty_paths_search_page_route'] = 'your_search_route';
which speeds up the facet rendering, especially if you have a lot of terms rendered on the page. - Status changed to Needs review
over 1 year ago 10:29am 2 March 2023 - 🇮🇹Italy plach Venezia
Looks good and works well here, we may need some documentation if this approach is deemed valid.
- 08f40afa committed on 1.0.x
Issue #3283691 by alecsmrekar, campbellt_, cimo75, proweb.ua, colorfield...
- 08f40afa committed on 1.0.x
- Status changed to Fixed
about 1 year ago 2:48pm 12 September 2023 - 🇨🇭Switzerland colorfield Lausanne
Thanks all, finally used the same resolution as https://www.drupal.org/project/facets_pretty_paths/issues/3254600#commen... 🐛 Cannot filter properly when using facet pretty paths Fixed
Approach from #5 looks great, but we might want a bit more flexibility here for multiple routes and probably get this from the configuration as it can be tricky to maintain for non devs. So we could discuss this in a follow-up.
Automatically closed - issue fixed for 2 weeks with no activity.