neoslive/hybridsearch-neos-demo

There is no license information available for the latest version (1.0.1) of this package.

Add description here

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:HTML

Type:neos-package

1.0.1 2016-11-19 20:21 UTC

This package is not auto-updated.

Last update: 2024-04-27 18:20:01 UTC


README

First of all you need a firebase realtime database. Create new a firebase project for free: https://console.firebase.google.com/

Then you need a database token. Open your firebase project settings and create new database secret/token (see service accounts > Database secrets).

Install flow package: composer require neoslive/hybridsearch-neos-demo

Add to your flow Settings.yaml

Neoslive:
  Hybridsearch:
    Firebase:
      endpoint: 'https://** your firebase project name**.firebaseio.com/'
      token: '** your firebase token **'

Run flow command for initial indexing your Neos.Demo Site

php ./flow hybridsearch:createfullindex

See also https://github.com/miegli/Neoslive.Hybridsearch