All Downloads are FREE. Search and download functionalities are using the official Maven repository.

velocity.browse.vm Maven / Gradle / Ivy

The newest version!
#*
  - Make search box bigger
  - Add in pivot and other facets?
  - Work on template default selection logic
*#

## Show Error Message, if any
#parse("error.vm")
$resource.find: #if($debug) ## TODO: this would automatically happen when arbitrary parameters are kept on URLs #end #foreach($fq in $request.params.getParams('fq')) #end
#foreach($fq in $request.params.getParams('fq')) #set($previous_fq_count=$velocityCount - 1) #if($fq != '') > $fq #end #end
#if($debug) toggle parsed query #end
#parse("facets.vm")
## Render Results, actual matching docs
#parse("results_list.vm")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy