/[drupal]/contributions/modules/luceneapi/luceneapi.module
ViewVC logotype

Diff of /contributions/modules/luceneapi/luceneapi.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.18.2.8, Sun Mar 1 02:57:10 2009 UTC revision 1.18.2.9, Sun Mar 1 03:00:27 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: luceneapi.module,v 1.18.2.7 2009/02/27 16:24:35 cpliakas Exp $  // $Id: luceneapi.module,v 1.18.2.8 2009/03/01 02:57:10 cpliakas Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 1256  function luceneapi_search_box_form_submi Line 1256  function luceneapi_search_box_form_submi
1256          }          }
1257        }        }
1258    
1259        // returns search path        // returns search path with facet data appended to query string
1260        $keys = trim($form_values[$form_id .'_keys']);        $keys = trim($form_values[$form_id .'_keys']);
1261        $path = sprintf('search/%s/%s', $module, $keys);        $path = sprintf('search/%s/%s', $module, $keys);
1262        if (empty($facets)) {        if (empty($facets)) {

Legend:
Removed from v.1.18.2.8  
changed lines
  Added in v.1.18.2.9

  ViewVC Help
Powered by ViewVC 1.1.2