Dealing with route (universal search) |
I think I understand what you're talking about. In this case, I would recommend having default values in the URL. For example, https://www.mysite.com/_low_/20230815/jack/_info_ where __low_ is the default priority, _info_ is the information if it is not set.
Or you can create several rules for each case when some parameter is missing. Replace it with the default string. You need to check this solution, I can't say right now. PHP Code: <?php |
Messages In This Thread |
Dealing with route (universal search) - by tassman - 08-15-2023, 07:10 AM
RE: Dealing with route (universal search) - by kenjis - 08-15-2023, 09:59 PM
RE: Dealing with route (universal search) - by tassman - 08-16-2023, 11:55 AM
RE: Dealing with route (universal search) - by ozornick - 08-16-2023, 01:35 PM
RE: Dealing with route (universal search) - by kenjis - 08-16-2023, 06:39 PM
RE: Dealing with route (universal search) - by tassman - 08-17-2023, 12:09 AM
RE: Dealing with route (universal search) - by kenjis - 08-17-2023, 05:35 PM
|