From 85cbe4e3168a0455484d7cc10855713cba60f0f3 Mon Sep 17 00:00:00 2001 From: Erik Hatcher Date: Sun, 20 Jun 2010 02:41:19 +0000 Subject: [PATCH] Fix issue with form action URL and fq parameters, and removed some superfluous copy/paste JavaScript that leaked in git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@956316 13f79535-47bb-0310-9956-ffa450edef68 --- solr/example/solr/conf/velocity/browse.vm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/solr/example/solr/conf/velocity/browse.vm b/solr/example/solr/conf/velocity/browse.vm index 487c5f4d3dc..f1ba35a641a 100644 --- a/solr/example/solr/conf/velocity/browse.vm +++ b/solr/example/solr/conf/velocity/browse.vm @@ -3,13 +3,16 @@ #set($clusters = $response.response.clusters)
-
+ Find: #if($request.params.get('debugQuery')) #end + #foreach($fq in $request.params.getParams('fq')) + + #end
#foreach($fq in $params.getParams('fq')) #set($previous_fq_count=$velocityCount - 1) @@ -21,9 +24,6 @@
$response.response.debug.parsedquery
#end -
#if($response.response.spellcheck.suggestions and $response.response.spellcheck.suggestions.size() > 0)