tpwd/ke_search
Composer 安装命令:
composer require tpwd/ke_search
包简介
Faceted search - Search Extension for TYPO3, including faceting search functions.
README 文档
README
ke_search is a search engine for the TYPO3 content management system.
It offers fulltext search and faceting possibilities. Faceting means you can narrow down your search results by selecting certain categories, called facets or filter options.
It is very flexible: By writing your own indexer you can put any content you want into the index.
ke_search comes with strong defaults and with very little configuration. You can have a powerful search engine in your TYPO3 website, eg. images in the search result list and faceting without templating or coding.
ke_search does not use frontend crawling but fetches content elements and data records directly from the database. For the most used content types indexers are provided within the extension itself, including pages and news.
If you found a bug or want to ask for a feature, please use https://github.com/tpwd/ke_search/issues
Contributing
Code contributions are welcome.
The recommended way is to fork the project on GitHub and create a pull request.
Please explain what your patch is intended to do either by creating an issue first or by adding an explanation to the pull request.
You can checkout the project locally with
git clone git@github.com:tpwd/ke_search.git
(adapt the repository URL to your cloned repository)
Then install the dependencies and run the coding-standards command to copy the files .editorconfig and .php-cs-fixer.dist.php to the root directoy of the package.
cd ke_search composer install composer exec typo3-coding-standards setup
Testing
Manual testing
To test manually if your code is working, set up a TYPO3 instance for testing and symlink or deploy the directory ke_search to your TYPO3 test instance to typo3conf/ext/ke_search. If you deploy the code (e.g. by using PHPStorm "Deployment" feature), you can ignore the .Build directory.
There are also ome helpers available to test your automatically, see below.
Unit Tests
To run the unit tests:
composer test:unit
Functional Tests
To run the functional tests:
composer test:functional
PHPStan
To check the code with PHPStan
composer test:phpstan
This will create a file phpstan-report.log which contains the errors.
PHP Code Style Fixer
To check the code with php-cs-fixer
composer test:php-cs-fixer
This will create a file php-cs-fixer-report.log which contains the errors.
To fix the code styling according to the TYPO3 coding guidelines automatically run
.Build/bin/php-cs-fixer fix
Automated tests in GitHub Actions
The automated tests are automatically executed after a push or a merge request by GitHub Actions.
Documentation
You can render a local version of the documentation by running
composer docs:generate
This will create a directory Documentation-GENERATED-temp which contains the documentation in HTML format.
tpwd/ke_search 适用场景与选型建议
tpwd/ke_search 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 934.39k 次下载、GitHub Stars 达 15, 最近一次更新时间为 2021 年 08 月 27 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「search」 「TYPO3 CMS」 「faceting」 「ke_search」 「kesearch」 「faceted search」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 tpwd/ke_search 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 tpwd/ke_search 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 tpwd/ke_search 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
A Laravel package to retrieve data from Google Search Console
GraphQL authentication for your headless Craft CMS applications.
Set Links with a specific language parameter
Indexed Search Autocomplete - Extends the TYPO3 Core Extension Indexed_Search searchform with an autocomplete feature.
Supercharged text field validation.
Abstraction Layer to index and search entities
统计信息
- 总下载量: 934.39k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 18
- 点击次数: 11
- 依赖项目数: 16
- 推荐数: 1
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2021-08-27