marczhermo / swiftype-search
Swiftype SilverStripe Module For Search
Installs: 3 543
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 4
Open Issues: 24
Type:silverstripe-vendormodule
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-10-25 16:49:57 UTC
README
Overview
Uses the Swiftype Site Search API to push content as structured data to one or more Swiftype engines. Provides a client to search through the API.
For usage of the Swiftype Site Search Crawler, please use the ichaber/silverstripe-swiftype module instead.
SilverStripe 3
Originally built for SS4, a rework has been done to make this module compatible with SilverStripe 3. Please check this branch, https://github.com/marczhermo/swiftype-search/blob/3/README.md
Versioning
This library follows Semver. According to Semver, you will be able to upgrade to any minor or patch version of this library without any breaking changes to the public API. Semver also requires that we clearly define the public API for this library.
All methods, with public
visibility, are part of the public API. All
other methods are not part of the public API. Where possible, we'll try
to keep protected
methods backwards-compatible in minor/patch versions,
but if you're overriding methods then please test your work before upgrading.
Reporting Issues
Please create an issue for any bugs you've found, or features you're missing.
License
This module is released under the BSD 3-Clause License