To search something, user need to use following URL:
http://.../results/query/something
I got my text input, in which user type the string to be posted, but it looks then following:
http://.../results/query/?query=something
I’ve tried to change the ‘post method’ type, but doesn’t bring any good results. How can I do that, so it’ll look like that?
http://.../results/query/something
1 Answer