I'm curious if this module is compatible with the 'groups' function of apachesolr_sort.

Cheers,

Comments

karthikr’s picture

Any updates on this would be very useful.....

MiroslavBanov’s picture

Issue summary: View changes
Status: Active » Fixed
Related issues: +#443410: Apachesolr Sort block doesn't integrate with this module

Does this module work with apachesolr_sort?
It doesn't. See also #443410: Apachesolr Sort block doesn't integrate with this module. The apachesolr_sort "Apache Solr Select Sort" block and the apachesolr "Apache Solr Core: Sorting" block both work with the "solrsort" GET parameter to pass around what field is used for sorting, and the API for setting "available sorts", parsing sort query that Apachesolr module provides.

Unfortunately that API is restrictive and does not allow, for example, multiple sort criteria. Apachesolr Views module tries to implement Views sort handlers (Sort criteria), including the use of Views exposed sort handlers, and multiple sort criteria. Apachesolr Views is directly setting the sort parameter, looking only at the configurations of defined Views sort criteria in the View.

MiroslavBanov’s picture

Status: Fixed » Closed (won't fix)