次のようなクエリ文字列を作成できるかどうか疑問に思っています。
fq=model:book+model:cds+model:journal+model:new_member+model:member
ブラウザのアドレスバーで以下を使用したい:
//localhost:8080/search/q=son&fq=model:book+model:cds+model:journal+model:new_member+model:member
=
(model=book
)と &
( )の記号は使いたくないのですがmodel=book&model=cds
、キーと値のペア(model:book
)と+
記号(model:book+model:cds
)が必要です。