silverstripe/registry

Provide search and export interfaces for datasets.

Installs: 155 631

Dependents: 4

Suggesters: 0

Security: 1

Stars: 8

Watchers: 14

Forks: 13

Open Issues: 3

Type:silverstripe-vendormodule

3.0.0-beta2 2023-02-15 23:04 UTC

README

CI Silverstripe supported module

Requirements

  • Silverstripe ^4.0

Note: For a Silverstripe 3.x compatible version, please use the 1.x release line.

Installation

Install with Composer:

composer require silverstripe/registry

When the module is installed, run a dev/build in your browser, or from the command line via vendor/bin/sake dev/build.

Instructions

See developer documentation for more setup details.

User documentation

Known issues

PostgreSQL databases might have problems with searches, as queries done using LIKE are case sensitive.