mirror of https://github.com/apache/lucene.git
Quote filter queries, add TODO for adding escaping or field qparser usage
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@718552 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8d2d6b24e0
commit
a1374ef19c
|
@ -6,7 +6,8 @@
|
|||
|
||||
#macro(url_for_start $start)/solr/itas?start=$start#end
|
||||
|
||||
#macro(url_for_nested_facet $field $value)/solr/itas?fq=$field:$value#end
|
||||
## TODO: need to add escaping
|
||||
#macro(url_for_nested_facet $field $value)/solr/itas?fq=$field:%22$value%22#end
|
||||
|
||||
#macro(link_to_previous_page $text)
|
||||
#if($page.current_page_number > 1)
|
||||
|
|
Loading…
Reference in New Issue