Hi All,
I am using the cod e below to enable Search on the home page
By default " the operator for query expressions" is OR, i would like to change to AND by input type=“hidden” name=“q.op” value=“AND”, but it does not work.
I am very appreciate for any help
Thanks John
You can’t set the operator from the search form because it isn’t exposed as a URL parameter to the search page. You have to do it:
solrconfig.xml
Main.SolrSearchMacros
bindValue
Hope this helps, Marius
Let me try
Thank for your help John