Hi all, Just want to confirm that when dismax request handler is used, fields in "q" is not supported? I'm asking because this query gives one result: http://localhost:8983/solr/select/?q=id%3A2023706&version=2.2&start=0&rows=10&indent=on while this gives 0, the only difference being the qt argument in the URL. http://localhost:8983/solr/select/?q=id%3A2023706&version=2.2&start=0&rows=10&indent=on&qt=dismax
Thanks Jack