marczhermo / elastic-search
Elastic SilverStripe Module For Search
Installs: 15
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- elasticsearch/elasticsearch: ~6.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
This package is auto-updated.
Last update: 2024-10-24 14:57:29 UTC
README
Overview
More contents soon.
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