Paul Treszczotko wrote:
What I'm trying to do is to pass a query string as such:
?q=searchTerm&facet.field=navigator&facet=true&fq=navigator:"some text" right
into SOLR without splitting each parameter from the query string and setting it with setParam() or
setQuery().
And the questions I have:
What I'm trying to do is to pass a query string as such:
?q=searchTerm&facet.field=navigator&facet=true&fq=navigator:"some text" right
into SOLR without splitting each parameter from the query string and setting it
with setParam() or setQuery().
And the questions I have:
- is there a method to pa