Adding an empty facet to the languages block doesn't work:

From apachesolr.module function apachesolr_facet_block():

      if ($facet == '_empty_') {
         $exclude = TRUE;
         $facet = '[* TO *]';
         $facet_text = theme('placeholder', t('Missing this field'));
         $options['html'] = TRUE;
         // Put this just below any active facets.
         // '-' sorts before all numbers, but after '*'.
         $sortpre = '-';
       }

This will generate a URL with: ?filters=-language%3A[* TO *]

Comments

jpmckinney’s picture

Version: 6.x-2.x-dev » 6.x-1.x-dev
Status: Active » Fixed

No longer a problem as language is set to und if empty by #662232: Use language-neutral code like D7.

Status: Fixed » Closed (fixed)

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