X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/e31d3abeaad0f18fb44d61ae9b4473e7a7b57faf..d6eea439a3da7d1e3e545586a5caa4c29c2695b8:/philo/contrib/sobol/models.py diff --git a/philo/contrib/sobol/models.py b/philo/contrib/sobol/models.py index fb31dce..7687c09 100644 --- a/philo/contrib/sobol/models.py +++ b/philo/contrib/sobol/models.py @@ -175,7 +175,7 @@ class SearchView(MultiView): """Handles a view for the results of a search, anonymously tracks the selections made by end users, and provides an AJAX API for asynchronous search result loading. This can be particularly useful if some searches are slow.""" #: :class:`ForeignKey` to a :class:`.Page` which will be used to render the search results. results_page = models.ForeignKey(Page, related_name='search_results_related') - #: A class:`.SlugMultipleChoiceField` whose choices are the contents of the :class:`.SearchRegistry` + #: A :class:`.SlugMultipleChoiceField` whose choices are the contents of the :class:`.SearchRegistry` searches = RegistryChoiceField(choices=registry.iterchoices()) #: A :class:`BooleanField` which controls whether or not the AJAX API is enabled. #: