wegmeister/nodetype-search
Composer 安装命令:
composer require wegmeister/nodetype-search
包简介
Flow CLI Command to help find nodes by a given FlowQuery or node type.
README 文档
README
Extend the Flow CLI to help find nodes by a given FlowQuery or node type.
Installation
Simply run composer require --dev wegmeister/nodetype-search or add it to your composer.json and run composer update.
What this package does
This package will help you to find node types that match a given node type or FlowQuery filter.
Possible use cases are:
- Find all pages that have a form on it.
- Find all pages that have a placeholder node type (espacially useful right before launching a new site).
- Find all pages containing placeholder text
How to use this package
After installation, simply run one of the following commands:
Find pages containing node type Example.Package:XYZ:
./flow nodetypesearch:findurisbynodetype "Example.Package:XYZ"
Find pages using a FlowQuery filter
./flow nodetypesearch:findurisbyflowqueryfilter "[text*=Lorem]"
Options (for both commands):
--site-node-path="/sites/site": Restrict search to nodes below the given "site node path" in multisite setups (side note: Can also be on a deeper level to further limit results).--domain="https://domain.tld": Prefix the returned list of uri paths by the given domain.--includeHidden: Include hidden elements in the search. The printed list will always print a red dot for hidden pages or a green dot for visible pages.
wegmeister/nodetype-search 适用场景与选型建议
wegmeister/nodetype-search 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 6.45k 次下载、GitHub Stars 达 2, 最近一次更新时间为 2022 年 11 月 28 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 wegmeister/nodetype-search 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 wegmeister/nodetype-search 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 6.45k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2022-11-28