How can I set extra parameters to the query like
q=myseed&filter=1,2,34
better will be with a attached event like
onFoc
Here is how you could do it, in the example below I am passing two extra param to the tokenInput url.
this.$("#abcTextbox").tokenInput("url?someParam1=cricket&someParam2=yasser", { queryParam: "q" });
Source