Skip to content

Commit

Permalink
Fixed the the faceting docs to correctly link to narrowed facets. Tha…
Browse files Browse the repository at this point in the history
…nks to daveumr for pointing that out!
  • Loading branch information
toastdriven committed Jan 25, 2011
1 parent ebfd29f commit 97b754b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faceting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ might look like this::
<dt>Author</dt>
{# Provide only the top 5 authors #}
{% for author in facets.fields.author|slice:":5" %}
<dd><a href="{{ request.get_full_path }}&amp;selected_facets=author:{{ author.0|urlencode }}">{{ author.0 }}</a> ({{ author.1 }})</dd>
<dd><a href="{{ request.get_full_path }}&amp;selected_facets=author_exact:{{ author.0|urlencode }}">{{ author.0 }}</a> ({{ author.1 }})</dd>
{% endfor %}
{% else %}
<p>No author facets.</p>
Expand Down

0 comments on commit 97b754b

Please sign in to comment.