I’ve been trying to change the URL I get when I do search query on my database.
I have the “profiles” page where all the results are.
I would like to go from
To : .com/version-test/profiles/France (as my search query is “France” as an example)
Any idea on how to do this ?
Moreover, Is it even possible to delete the “profiles” page in the slug ?
For instance : .com/version-test/france
But if all you want to do is use a path instead of a query parameter, then yes it’s as simple as just appending the path to the URL wherever it is you’re defining it.