silverstripeltd / silverstripe-bifrost-admin
Silverstripe Search Administration module
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Language:TypeScript
Type:silverstripe-vendormodule
Requires
- silverstripe/admin: ^2.0
- silverstripe/framework: ^5.0
- silverstripe/silverstripe-forager-bifrost: dev-feature/synonym-management as 1.1.1
Requires (Dev)
This package is auto-updated.
Last update: 2025-07-07 01:19:07 UTC
README
Silverstripe Search Administration module
The Silverstripe Search Administration module provides an interface for configuring your search settings from within the Silverstripe CMS.
Installation
composer require silverstripeltd/silverstripe-bifrost-admin
This module requires the Forager Module is set up and configured first so refer to the SDK documentation for how to set that up.
After installation the admin section is available in the CMS Sidebar:
Also note that the "Search Service" menu item will also be renamed "Search Indexing" to avoid confusion between these modules.
Permissions
The module comes with permissions so that you can control who can access the Search Service Administration area and perform administrative actions. You will need to assign these to the non-admin users you wish to be able to access it. Head to the Security section (/admin/security
) in the CMS to do this.
Currently only Synonyms are supported:
More information
You can get more information on the Search Service and its features in the Service Documentation