{"id":21001522,"url":"https://github.com/divio/djangocms-internalsearch","last_synced_at":"2026-04-20T16:34:09.897Z","repository":{"id":66348510,"uuid":"138041769","full_name":"divio/djangocms-internalsearch","owner":"divio","description":null,"archived":false,"fork":false,"pushed_at":"2019-04-01T11:37:56.000Z","size":144,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2026-01-01T18:38:59.941Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/divio.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-20T14:10:42.000Z","updated_at":"2020-11-21T11:32:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"d9f54d57-aa9d-4e10-bd5f-9ca3ee947d97","html_url":"https://github.com/divio/djangocms-internalsearch","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/divio/djangocms-internalsearch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divio%2Fdjangocms-internalsearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divio%2Fdjangocms-internalsearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divio%2Fdjangocms-internalsearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divio%2Fdjangocms-internalsearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/divio","download_url":"https://codeload.github.com/divio/djangocms-internalsearch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divio%2Fdjangocms-internalsearch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32055412,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T08:15:36.574Z","updated_at":"2026-04-20T16:34:09.883Z","avatar_url":"https://github.com/divio.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"*************************\ndjango CMS Internalsearch\n*************************\n\n============\nInstallation\n============\n\nRequirements\n============\n\ndjango CMS Internalsearch requires that you have a django CMS 4.0 (or higher) project already running and set up.\n\nThis package also expects to connect to an Elasticsearch server using `django-haystack`. The use of Haystack in this project only supports elasticsearch 2.X backend. You can find versions for all operating systems at: https://www.elastic.co/downloads/past-releases\n\n\nTo install\n==========\n\nRun::\n\n    pip install git+git://github.com/divio/djangocms-internalsearch@master#egg=djangocms-internalsearch\n\nAdd the following to your project's ``INSTALLED_APPS``:\n\n  - ``'djangocms_internalsearch'``\n\nAdd following line in project level urls.py after 'url(r'^admin/', include(admin.site.urls)),'\n\n- ``url(r'^djangocms_internalsearch/', include('djangocms_internalsearch.urls')),``\n\nRun::\n\n    python manage.py migrate djangocms_internalsearch\n\nto perform the application's database migrations.\n\n\nProject configuration\n---------------------\n\nWithin your `settings.py`, you’ll need to add a setting to indicate which backend to use, as well as other settings for that backend including URL for\nelasticsearch and index name.\n\nHAYSTACK_CONNECTIONS is a required setting and an example configuration is provided below:\n\n`settings.py`\n\n.. code-block:: python\n\n    HAYSTACK_CONNECTIONS = {\n       'default': {\n           'ENGINE': 'djangocms_internalsearch.backends.elasticsearch2.InternalSearchESEngine',\n           'URL': 'http://127.0.0.1:9200/',\n           'INDEX_NAME': 'haystack',\n       },\n    }\n\nTo rebuild indexes manually\n===========================\n\n```./manage.py rebuild_index```\n```./manage.py help```\nand you will see all the options under haystack\nor it should fire every time you create a page via signals\ntry do a `./manage.py clear_index` before ./reload_db.sh\nthat should also trigger\n\nDocumentation\n=============\n\nWe maintain documentation under ``docs`` folder using rst format. HTML documentation can be generated using the following command\n\nRun::\n\n    cd docs/\n    make html\n\nThis should generate all html files from rst documents under the `docs/_build` folder, which can be browsed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivio%2Fdjangocms-internalsearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdivio%2Fdjangocms-internalsearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivio%2Fdjangocms-internalsearch/lists"}