Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/i-lateral/silverstripe-searchable
Adds to default SilverStripe search with configurable FullTextSearch, custom results controller and allowing adding custom data objects and custom fields for searching via config
https://github.com/i-lateral/silverstripe-searchable
fulltext-search fulltextsearch orm search
Last synced: 3 days ago
JSON representation
Adds to default SilverStripe search with configurable FullTextSearch, custom results controller and allowing adding custom data objects and custom fields for searching via config
- Host: GitHub
- URL: https://github.com/i-lateral/silverstripe-searchable
- Owner: i-lateral
- License: bsd-3-clause
- Created: 2014-12-12T21:10:01.000Z (almost 10 years ago)
- Default Branch: 3
- Last Pushed: 2024-03-14T18:52:51.000Z (8 months ago)
- Last Synced: 2024-09-19T12:38:27.966Z (about 2 months ago)
- Topics: fulltext-search, fulltextsearch, orm, search
- Language: PHP
- Homepage:
- Size: 75.2 KB
- Stars: 13
- Watchers: 5
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-silverstripe-cms - Silverstripe Searchable - Adds more complex site searching using the Silverstripe ORM. With dedicated templates for search results across multiple search objects. (Very Useful Modules / Site Search)
README
# SilverStripe Searchable Module
**UPDATE - Full Text Search** This module now uses Full Text Support for MySQL/MariaDB databases in version 3.*
Adds more complex site searching using the SilverStripe ORM and also
adds dedicated templates for search results across multiple search
objects.To get started quickly, install via composer:
composer require i-lateral/silverstripe-searchable
For full documentation [check out the docs](docs/en/index.md)