Hi folks,
I'm using JQuery JQueryUI's AutoComplete code. It goes to my url i provide (to find the answers), but appends ?term=<search query>
after the url.
I'm trying to get the following url intead ...
/myurl/<term / search query>
eg.
/myurl/abcd
/myurl/hello+world
etc...
is it possible to do this?
Otherwise, it is possible to rename the query parameter term
to something else, .. like query
to q
, etc?