change default query behaviour
-
Hi
the plugin works quite fine, but I had to do some changes in the schema.xml and solrconfig.xml files to tweak the results for our usage (e.g. boosting the title and boost certain custom post types).My question is: Why does the plugin search uses the q=text:$querytext form, as with this case boosting certain fields does not lead to the same results as in the admin interface of the solr server.
I’ve tried to adapt the search client and remove the “text” param so that the query is now q=$querytext.Are there any benefits from using the form q=text:$querytext, which I do oversee? Because it seem to behave (except that I get now the boosted result) the same way without it.
Thanks!
Christian
The topic ‘change default query behaviour’ is closed to new replies.