mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 14:05:29 +02:00
e2a68ccffe
deprecate filter, exclude, fuzzysearch, inClass deprecate start, limit deprecate page, update SearchQuery_Range add _config.php with Deprecation versioning update index.md method names update solr.md method names
6 lines
115 B
PHP
6 lines
115 B
PHP
<?php
|
|
|
|
use SilverStripe\Dev\Deprecation;
|
|
|
|
Deprecation::notification_version('3.0', 'silverstripe/fulltextsearch');
|