It looks like the default maximum number of rows returned by the query in apachesolr_multisitesearch_retrieve_metadata() is 10, because we are not defining the 'rows' parameter in our query and Solr (normally?) defines the 'rows' parameter default value to be 10.

The patch sets the rows parameter to 100 and should get all the info back.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

janusman created an issue. See original summary.

mausolos’s picture

This totally fixed it! I thought it had something to do with the fact that it was always 10 sites that would work and n sites more than 10 that wouldn't! I kept looking for someplace to change a "10" variable, but couldn't find it, was losing my mind. Thank you, this worked great!

  • janusman authored 3aa49de on 7.x-1.x
    Issue #2551525 by janusman: Metadata not refreshed properly when more...
janusman’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.