Skip to content

Commit

Permalink
add group.field, group.func and group.query to isMultiple
Browse files Browse the repository at this point in the history
  • Loading branch information
James McKinney committed May 6, 2011
1 parent df0e63c commit ecf56ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/ParameterStore.js
Expand Up @@ -79,7 +79,7 @@ AjaxSolr.ParameterStore = AjaxSolr.Class.extend(
* @see http://lucene.apache.org/solr/api/org/apache/solr/handler/DisMaxRequestHandler.html
*/
isMultiple: function (name) {
return name.match(/^(?:bf|bq|facet\.date|facet\.date\.other|facet\.date\.include|facet\.field|facet\.pivot|facet\.range|facet\.range\.other|facet\.range\.include|facet\.query|fq|pf|qf)$/);
return name.match(/^(?:bf|bq|facet\.date|facet\.date\.other|facet\.date\.include|facet\.field|facet\.pivot|facet\.range|facet\.range\.other|facet\.range\.include|facet\.query|fq|group\.field|group\.func|group\.query|pf|qf)$/);
},

/**
Expand Down

0 comments on commit ecf56ff

Please sign in to comment.