silverstripe / silverstripe-discoverer-bifrost
silverstripe/silverstripe-discoverer 的插件模块,为 Silverstripe Bifröst 提供集成
1.1.0
2024-08-21 03:00 UTC
Requires
- php: ^8.1
- guzzlehttp/guzzle: ^7.5
- silverstripe/framework: ^5
- silverstripe/silverstripe-discoverer-elastic-enterprise: ^1.1
Requires (Dev)
- phpunit/phpunit: ^9.6.19
- slevomat/coding-standard: ^8.8
README
目的
通过 Silverstripe CMS 控制器执行对 Silverstripe 搜索数据的搜索查询。
此模块用于与 🌈 Bifröst - Silverstripe 搜索服务的 API 集成。
安装
composer require silverstripe/silverstripe-discoverer-bifrost
指定环境变量
此模块功能需要以下环境变量:
BIFROST_ENDPOINT="https://abc.provided.domain"
BIFROST_ENGINE_PREFIX="engine-name-excluding-variant"
BIFROST_QUERY_API_KEY="abc.123.xyz"
使用方法
请参阅 Discoverer 提供的文档。
如上所述,此模块充当 Discoverer 的“适配器提供者”。除了上述安装步骤外,您通常不需要在代码中与该模块交互。