X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zookeeper%2Fsolr%2Fcollection1%2Fconf%2Fvelocity%2Fquery_form.vm;fp=zookeeper%2Fsolr%2Fcollection1%2Fconf%2Fvelocity%2Fquery_form.vm;h=70a0af20ff19c478eb097897c54f5fa74122829d;hb=df39a9c5d2f4247b0682f2c6cf0d64b22edfaadd;hp=0000000000000000000000000000000000000000;hpb=8373b5d73c5a09872b07edb5c23b76a7f07fd055;p=lui-solr.git diff --git a/zookeeper/solr/collection1/conf/velocity/query_form.vm b/zookeeper/solr/collection1/conf/velocity/query_form.vm new file mode 100644 index 0000000..70a0af2 --- /dev/null +++ b/zookeeper/solr/collection1/conf/velocity/query_form.vm @@ -0,0 +1,64 @@ +#** + * Renders the main query form + *# + +
+
+ +
+ + Find: + + + + +
+ + + Boost by Price + + + #parse("query_spatial.vm") + #parse("query_group.vm") +
+
+ + #if($request.params.get('debugQuery')) + + #end + #if($annotate == true) + + #end + #foreach($fq in $request.params.getParams('fq')) + #if ($fq != "{!bbox}") + + #end + #end + +
+ #foreach($fq in $params.getParams('fq')) + #set($previous_fq_count=$velocityCount - 1) + #if($fq != '') + > + $fq + #end + #end +
+ +
+ #if($request.params.get('debugQuery')) + toggle parsed query + + #end + #set($queryOpts = $request.params.get("queryOpts")) + #if($queryOpts && $queryOpts != "") + + #end +
+ +
+