monogo/magento-typesense-cms-pages
最新稳定版本:1.0.4
Composer 安装命令:
composer require monogo/magento-typesense-cms-pages
包简介
Typesense CMS Pages indexer Magento implementation
README 文档
README
Indexer for Magento CMS Pages
Configuration
As the first step, Go to Magento Admin → Configuration → Typesense → Catalog Categories
Indexers
| Indexer | Description |
|---|---|
bin/magento indexer:reindex typesense_cms_pages |
Typesense CMS Pages indexer. To enable this, configure Stores → Configuration →Typesense → CMS Pages |
Initial schema
'name' => $prefix . '_cms_pages' . $suffix,
'fields' => [
['name' => 'page_id', 'type' => 'int32', 'optional' => false, 'index' => true],
['name' => 'identifier', 'type' => 'string', 'optional' => false, 'index' => true],
['name' => 'title', 'type' => 'string', 'optional' => false, 'index' => true],
['name' => 'meta_keywords', 'type' => 'string', 'optional' => true, 'index' => false],
['name' => 'meta_description', 'type' => 'string', 'optional' => true, 'index' => false],
['name' => 'meta_title', 'type' => 'string', 'optional' => true, 'index' => false],
['name' => 'page_layout', 'type' => 'string', 'optional' => true, 'index' => false],
['name' => 'content_heading', 'type' => 'string', 'optional' => true, 'index' => true],
['name' => 'content', 'type' => 'string', 'optional' => true, 'index' => false],
['name' => 'content_stripped', 'type' => 'string', 'optional' => true, 'index' => true],
['name' => 'url', 'type' => 'string', 'optional' => false, 'index' => true],
],
'default_sorting_field' => 'page_id'
Credits
统计信息
- 总下载量: 98
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2023-03-09