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.3.tar.gz (24.2 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for cmsplugin-search-0.7.3.tar.gz
Algorithm Hash digest
SHA256 07664dfac7366108a88bd67ab99c5624fc25308c705ceeb0fe8880dcc74ac597
MD5 608558661faa38be7801e8b1d74a9346
BLAKE2b-256 e1f3dc95e02fc80524f3ad2513e484bb53ed74d2f26a68621e142ac4d5de9b1c

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