Skip to main content

An extension to django CMS to provide multilingual Haystack indexes (fork)

Project description

Details:

This package has been forked to work with current django-haystack 2.0, thanks to the various patches and branches available that got most of this done.

This module been renamed to a more consistant name for cmsplugins and uploaded to pypi so more people can use haystack 2.0 by Martin Owens <doctormo@gmail.com>

This package provides multilingual search indexes for easy Haystack integration with django CMS.

Language Notes:

Instead of indexing each language as a seperate index, all pages/titles are indexed you can then either search for all pages with any language or use a filter with a custom SearchView class with an updated SearchQuerySet:

class SearchView(BaseView):
def __call__(self, request):

language = get_language_from_request(request) self.searchqueryset = SearchQuerySet().filter(language=language) return BaseView.__call__(self, request)

Usage

After installing django-cms-search through your package manager of choice, add cms_search to your INSTALLED_APPS

For setting up Haystack, please refer to their documentation.

For more docs, see the docs folder or the online documentation.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cmsplugin-search-0.7.2.tar.gz (24.2 kB view details)

Uploaded Source

File details

Details for the file cmsplugin-search-0.7.2.tar.gz.

File metadata

File hashes

Hashes for cmsplugin-search-0.7.2.tar.gz
Algorithm Hash digest
SHA256 9e6bd716dd68ea66048d5742db24ff4ae3384841ecb99cc6fbafc11aa1fe0d9f
MD5 fa274c4a289637dd6cfe905c78fc150a
BLAKE2b-256 1cdb8fe4f255a713f93936383ed5b6ab98dcb35843fb2313b26f99cbc18da7af

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page