Skip to content

Commit

Permalink
Item12497: fixed fq param
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/SolrPlugin@16724 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed May 13, 2013
1 parent d586d9d commit 516c58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/SolrPlugin/Search.pm
Expand Up @@ -707,7 +707,7 @@ sub restSOLRAUTOSUGGEST {
$topicFilter,
$attachmentFilter,
],
fq => @filter,
fq => \@filter,
);

my $theQueryFields = $query->param('queryfields');
Expand Down

0 comments on commit 516c58e

Please sign in to comment.