lcbrq / openmage-typesense
为 OpenMage 提供闪电般快速、开源的 Typesense 搜索的基本方法。
dev-master
2024-07-11 01:28 UTC
Requires
This package is not auto-updated.
Last update: 2024-09-19 02:17:20 UTC
README
为 OpenMage 提供闪电般快速、开源的 Typesense 搜索的基本方法
版本
测试版
要求
composer require typesense/typesense-php
composer require symfony/http-client
composer require php-http/message-factory
命令行界面
php typesense.php --reindex-all
重新索引所有产品 php typesense.php --reindex-all-enabled
重新索引所有启用的产品 php typesense.php --reindex-product-id
重新索引指定的产品 ID php typesense.php --reindex-from-date
从指定的 created_at 日期重新索引所有产品 php typesense.php --reindex-from-period
从 strtotime 期间重新索引所有产品 php typesense.php --reindex-from-id
从指定的 ID 重新索引所有产品