silverstripe / search-data-extractor
This module provides a RESTful like API endpoint to expose model data.
Installs: 439
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 14
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
Requires
- silverstripe/cms: ^4.0
Requires (Dev)
- phpunit/phpunit: ^5.7
This package is auto-updated.
Last update: 2024-10-28 10:28:31 UTC
README
Overview
This module provides a RESTful like API to expose data from pages and other content objects to search engines as JSON.
Note: This does not come with built-in classes or extensions to expose any objects by default.
After installing the module, you will need a developer to create custom "schemas" for each object you wish to expose based on the search engines' requirements for each type of object.
A basic example can be found in the Developer documentation.
Documentation
Requirements
- SilverStripe CMS 4.0+
Installation
composer require silverstripe/search-data-extractor