mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 14:05:29 +02:00
DOCS Add build badges to readme, update requirements for SS4
This commit is contained in:
parent
69f1d9bafe
commit
fc51d1a62e
@ -1,7 +1,8 @@
|
||||
|
||||
# FullTextSearch module
|
||||
|
||||
[![Build Status](https://secure.travis-ci.org/silverstripe/silverstripe-fulltextsearch.png?branch=master)](http://travis-ci.org/silverstripe/silverstripe-fulltextsearch)
|
||||
[![Build Status](http://img.shields.io/travis/silverstripe/silverstripe-fulltextsearch.svg?style=flat)](https://travis-ci.org/silverstripe/silverstripe-fulltextsearch)
|
||||
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/silverstripe/silverstripe-fulltextsearch/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/silverstripe/silverstripe-fulltextsearch/?branch=master)
|
||||
[![codecov](https://codecov.io/gh/silverstripe/silverstripe-fulltextsearch/branch/master/graph/badge.svg)](https://codecov.io/gh/silverstripe/silverstripe-fulltextsearch)
|
||||
|
||||
Adds support for fulltext search engines like Sphinx and Solr to SilverStripe CMS.
|
||||
|
||||
@ -11,9 +12,11 @@ Adds support for fulltext search engines like Sphinx and Solr to SilverStripe CM
|
||||
|
||||
## Requirements
|
||||
|
||||
* SilverStripe 3.1+
|
||||
* SilverStripe 4.0+
|
||||
* (optional) [silverstripe-phockito](https://github.com/hafriedlander/silverstripe-phockito) (for testing)
|
||||
|
||||
**Note:** For SilverStripe 3.x, please use the [2.x release line](https://github.com/silverstripe/silverstripe-fulltextsearch/tree/2).
|
||||
|
||||
## Documentation
|
||||
|
||||
See docs/en/index.md
|
||||
|
Loading…
Reference in New Issue
Block a user