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:
Erik Hatcher 2008-11-18 10:59:03 +00:00
parent 8d2d6b24e0
commit a1374ef19c
1 changed files with 2 additions and 1 deletions

View File

@ -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)