silverstripe / search-data-extractor
This module provides a RESTful like API endpoint to expose model data.
Package info
github.com/silverstripe/search-data-extractor
Type:silverstripe-vendormodule
pkg:composer/silverstripe/search-data-extractor
Requires
- silverstripe/cms: ^4.0
Requires (Dev)
- phpunit/phpunit: ^5.7
This package is auto-updated.
Last update: 2026-02-28 13:51:07 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