Accessing Solr results via PHP, and over-riding templates.
I’ve got your plugin working pretty well and I know I can style live results with CSS, but I’d like to override the Javascript and the PHP for the solr-results page. How can I do that? And can I access an array of Solr results via a PHP function in the results page?
You should use your theme’s search template, instead of WPSOLR’s Ajax search template in screen 2.1 option “Search template”. Your template will receive the posts results as usual, with the standard loop.
What can I do for live search? I’d like to override the Javascript powering the live search to sort results by post type and some more functionalities.