Building query strings with javascript
I am wondering if it is possible to build a query string like:
fq=model:book+model:cds+model:journal+model:new_member+model:member
I want to use the below in the browser’s address bar:
//localhost:8080/search/q=son&fq=model:book+model:cds+model:journal+model:new_member+model:member
I don’t want to use the “=” (model=book) and “&” (model=book&model=cds) signs, but I need pair values (model:book) and the “+” sign (model:book+model:cds).
Thank you in advance,
Tom
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Tags for this Thread
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Bookmarks