pagemachine/searchable
Composer 安装命令:
composer require pagemachine/searchable
包简介
TYPO3 extension to index and search content with Elasticsearch
README 文档
README
This extension adds Elasticsearch-based indexing and search to TYPO3, with flexible extension points for complex projects.
Features:
- Out-of-the-box page indexing
- Easy support for extension content through TCA-based indexing
- Multilanguage support
- Command-line indexing
- Highly configurable
- Easily extendable with your own logic
The extension is designed to adapt to project-specific requirements. Instead of writing a complete indexer from scratch, you can register custom classes for nearly every sub-process, including preview rendering, link generation, and more.
Documentation
The full documentation can be found here.
Installation
You can install this extension from multiple sources:
-
Via Composer:
composer require pagemachine/searchable -
From the TYPO3 Extension Repository
-
From GitHub
Add the "Searchable" Site Set to your site dependencies:
dependencies: - pagemachine/searchable
Testing
All tests can be executed with the shipped Docker Compose definition:
docker compose run --rm app composer build
统计信息
- 总下载量: 39.6k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 10
- 点击次数: 7
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2020-07-29