承接 aimeos/pagible-search 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

aimeos/pagible-search

最新稳定版本:0.10.3

Composer 安装命令:

composer require aimeos/pagible-search

包简介

Pagible CMS - Custom search engine

README 文档

README

Full-text search engine for Pagible CMS using Laravel Scout. Supports SQLite FTS5, MySQL FULLTEXT, PostgreSQL tsvector, and SQL Server CONTAINSTABLE.

This package is part of the Pagible CMS monorepo. For full installation, use:

composer require aimeos/pagible

Configuration

This package uses Laravel Scout configuration (config/scout.php). The installer sets the default driver to cms and enables soft deletes.

Commands

cms:install:search

Installs the Pagible Search package.

php artisan cms:install:search

Publishes the Laravel Scout config and sets the default driver to cms with soft delete support enabled.

cms:index

Rebuilds the full-text search index for all pages, elements, and files.

php artisan cms:index

Processes all records (including trashed) in chunks, updating the search index. Each model stores two index rows per item: one for draft content (latest=true) and one for published content (latest=false).

cms:benchmark:search

Runs search performance benchmarks.

php artisan cms:benchmark:search [options]
Option Default Description
--tenant benchmark Tenant ID
--domain Domain name
--seed Seed benchmark data first
--pages 10000 Number of pages to generate
--tries 100 Iterations per benchmark
--chunk 50 Rows per bulk insert batch
--unseed Remove benchmark data and exit
--force Run in production

License

LGPL-3.0-only

统计信息

  • 总下载量: 26
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 9
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-3.0-only
  • 更新时间: 2026-03-28