Skip to content

Commit

Permalink
[#788] Facet config options.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Apr 19, 2013
1 parent 93e65f6 commit 6f8fcbf
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions doc/configuration.rst
Expand Up @@ -754,3 +754,21 @@ Example::
ckan.backup_dir = /var/backups/ckan/

This is a directory where SQL database backups are to be written, assuming a script has been installed to do this.

search.facets.default
^^^^^^^^^^^^^^^^^^^^^

Example::

search.facets.default = 10

Default number of facets shown in search results. Default 10.

search.facets.limit
^^^^^^^^^^^^^^^^^^^

Example::

search.facets.limit = 50

Highest number of facets shown in search results. Default 50.

0 comments on commit 6f8fcbf

Please sign in to comment.