Skip to content

FriendsOfShopware/FroshTypesense

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frosh Typesense

Replaces the Shopware search with the Open Source Typesense engine.

🚧 Status 🚧

👷👷👷🏗 Under heavy development at Pre-SCD Hackathon. Not usable, yet.

Installation

Git

composer config repositories.frosh-typesense vcs git@github.com:FriendsOfShopware/FroshTypesense.git
composer require frosh/typesense

Packagist

Not yet.

Store

Not yet.

Development

You can start a locker typesense server using docker compose

cd vendor/frosh/typesense
docker-compose up -d

Standard API KEY of the Typesense server is dev and can be overwritten.