Sha256: f0f56fbedb15287be60c48abb4d4ae27fa074e66784a6b10522b16615dbe512e

Contents?: true

Size: 248 Bytes

Versions: 5

Compression:

Stored size: 248 Bytes

Contents

#**
 *  Hyperlinked spelling suggestions in results list
 *#

#set($dym = $response.response.spellcheck.suggestions.collation.collationQuery)
#if($dym)
  Did you mean
  <a href="#{url_for_home}#{lensNoQ}&q=$esc.url($dym)">$esc.html($dym)</a>?
#end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
simple_solr_client-0.2.1 solr_sample_core/conf/velocity/did_you_mean.vm
simple_solr_client-0.2.0 solr_sample_core/conf/velocity/did_you_mean.vm
simple_solr_client-0.1.2 solr_sample_core/conf/velocity/did_you_mean.vm
simple_solr_client-0.1.1 solr_sample_core/conf/velocity/did_you_mean.vm
simple_solr_client-0.1.0 solr_sample_core/conf/velocity/did_you_mean.vm