You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

search.rst 657B

12345678910111213141516171819202122232425262728293031
  1. ======
  2. Search
  3. ======
  4. Oscar provides a search view that extends Haystack's ``FacetedSearchView`` to
  5. provide better support for faceting.
  6. * Facets are configured using the ``OSCAR_SEARCH_FACETS`` setting, which is
  7. used to configure the ``SearchQuerySet`` instance within the search
  8. application class.
  9. * A simple search form is injected into each template context using a context
  10. processor ``oscar.apps.search.context_processors.search_form``.
  11. Views
  12. -----
  13. .. automodule:: oscar.apps.search.views
  14. :members:
  15. Forms
  16. -----
  17. .. automodule:: oscar.apps.search.forms
  18. :members:
  19. Utils
  20. -----
  21. .. automodule:: oscar.apps.search.facets
  22. :members: