Skip to content

Commit

Permalink
[#788] Facet config options.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes authored and kindly committed Apr 23, 2013
1 parent 0aa9254 commit a4721b2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions doc/configuration.rst
Expand Up @@ -742,3 +742,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 a4721b2

Please sign in to comment.