fromholdio / silverstripe-sherlock-pages
A usage/implementation example of fromholdio/silverstripe-sherlock.
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- php: >=5.6
- fromholdio/silverstripe-sherlock: ^1.0
- silverstripe/cms: ^4.0
- silverstripe/vendor-plugin: ^1.0
This package is auto-updated.
Last update: 2024-10-25 15:47:28 UTC
README
A usage/implementation example of fromholdio/silverstripe-sherlock.
This is intended more as an example in lieu of documentation for fromholdio/silverstripe-sherlock.
It does, nevertheless, implement a core search engine for SilverStripe that searches all pages and returns results by relevance.
Apologies, I haven't had the chance to write much documentation for this yet. See the source of the above-referenced module, or submit an issue with any question you may have in the meantime.
Requirements
Installation
composer require fromholdio/silverstripe-sherlock-pages
Detail
See fromholdio/silverstripe-sherlock-pages for usage example.