marczhermo / swiftype-search
Swiftype SilverStripe 搜索模块
1.0.0
2018-08-17 10:50 UTC
Requires
- guzzlehttp/ringphp: ~1.0
- marczhermo/search-list: dev-master
- silverstripe/admin: ^1@dev
- silverstripe/framework: ^4@dev
- silverstripe/vendor-plugin: ^1.0
- silverstripe/versioned: ^1@dev
Requires (Dev)
- phpunit/phpunit: ^5.7
- silverstripe/cms: ^4@dev
- dev-master
- 4.x-dev
- 3.x-dev
- 1.0.0
- v0.1.11
- v0.1.10
- v0.1.9
- v0.1.8
- v0.1.7
- v0.1.6
- v0.1.5
- v0.1.4
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.0
- dev-dependabot/npm_and_yarn/qs-6.3.3
- dev-dependabot/composer/silverstripe/framework-4.11.14
- dev-dependabot/composer/silverstripe/cms-4.11.3
- dev-dependabot/composer/silverstripe/assets-1.11.1
- dev-dependabot/composer/silverstripe/admin-1.11.3
- dev-dependabot/npm_and_yarn/lodash-es-4.17.21
- dev-dependabot/npm_and_yarn/validator-13.7.0
- dev-dependabot/npm_and_yarn/tmpl-1.0.5
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/merge-1.2.1
- dev-dependabot/npm_and_yarn/hosted-git-info-2.8.9
- dev-dependabot/npm_and_yarn/handlebars-4.7.7
- dev-dependabot/npm_and_yarn/ua-parser-js-0.7.28
- dev-dependabot/npm_and_yarn/y18n-3.2.2
- dev-dependabot/composer/symbiote/silverstripe-queuedjobs-4.6.4
- dev-dependabot/npm_and_yarn/elliptic-6.5.4
- dev-dependabot/npm_and_yarn/ini-1.3.7
- dev-dependabot/npm_and_yarn/node-sass-4.14.1
- dev-dependabot/npm_and_yarn/lodash.mergewith-4.6.2
- dev-dependabot/composer/symfony/cache-3.4.36
- dev-dependabot/npm_and_yarn/tar-2.2.2
This package is auto-updated.
Last update: 2024-09-25 16:41:02 UTC
README
概述
使用Swiftype 网站搜索 API将内容作为结构化数据推送到一个或多个 Swiftype 引擎。提供客户端通过 API 进行搜索。
对于Swiftype 网站搜索爬虫的使用,请使用ichaber/silverstripe-swiftype模块。
SilverStripe 3
最初为 SS4 构建此模块,为了使其与 SilverStripe 3 兼容,已进行重构。请检查此分支,https://github.com/marczhermo/swiftype-search/blob/3/README.md
版本管理
此库遵循Semver。根据 Semver,您将能够升级到本库的任何次要或补丁版本,而无需对公共 API 进行任何破坏性更改。Semver 还要求我们明确定义本库的公共 API。
所有具有 public
可见性的方法都是公共 API 的一部分。所有其他方法都不是公共 API 的一部分。尽可能保持 protected
方法在次要/补丁版本中的向后兼容性,但如果您正在重写方法,请在升级之前测试您的工作。
报告问题
请创建问题,报告您找到的任何错误或缺少的功能。
许可证
本模块采用BSD 3-Clause 许可证发布。