The site has a directory with filters, URLs of the following form:

example.com/catalog/%category_name% - there can be only one category in the URL, the last nesting level, everything is ok.

example.com/catalog/%category_name%/%filter_name1%/%filter_name2%/%filter_name1% ... and so on, that is, there may be an infinite number of filters after the categories that are written through slashes, help write the route in the config to pass them as parameters all or one parameter - string - divided by slashes, very grateful!

0