dev-master
9999999-devAdd description here
The Requires
1.0.1
1.0.1.0Add description here
The Requires
1.0
1.0.0.0Add description here
The Requires
Add description here
First of all you need a firebase realtime database. Create new a firebase project for free: https://console.firebase.google.com/, (*1)
Then you need a database token. Open your firebase project settings and create new database secret/token (see service accounts > Database secrets)., (*2)
Install flow package:
composer require neoslive/hybridsearch-neos-demo
, (*3)
Add to your flow Settings.yaml, (*4)
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, (*5)
php ./flow hybridsearch:createfullindex
, (*6)
See also https://github.com/miegli/Neoslive.Hybridsearch, (*7)
Add description here
Add description here
Add description here