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 key-value pairs (model:book) and the + sign (model:book+model:cds).