fabien / Detektivo

Full-text search addon for Cockpit CMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add files to addons/Detektivo.

Configuration

Configuration config/config.yaml:

detektivo:
    engine: algolia
    app_id: YLXXXXXXXYE
    api_key: xxxxxx85b706f0daaexxxxxxxx

ElasticSearch (https://www.elastic.co):

detektivo:
    engine: elasticsearch
    hosts: [http://localhost:32769]
    index: cockpit
detektivo:
    engine: tntsearch

Collections + fields to index

detektivo:
    collections:
        posts: [title, excerpt, content]

Api

Detektivo entry point:

/api/detektivo/collection/{name}?token=*apitoken*&q={searchterm}

💐 SPONSORED BY

ginetta
We create websites and apps that click with users.

About

Full-text search addon for Cockpit CMS


Languages

Language:PHP 82.9%Language:Hack 17.1%