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: 13

Forks: 0

Open Issues: 0

Type:silverstripe-vendormodule

0.1.1 2018-08-22 23:59 UTC

This package is auto-updated.

Last update: 2024-03-28 09:15:11 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

Credits