Ingo Schommer
|
dd839ca2d9
|
FIX Remove searchEngine() test that's using API wrong
Required to allow InnoDB usage, see https://github.com/silverstripe/silverstripe-framework/pull/9454.
This came up in https://github.com/silverstripe/silverstripe-cms/issues/1452, and wasn't fully addressed.
Either we allow boolean mode and all the constraints this brings around special character usage,
or we filter out those special characters, which makes boolean mode pointless.
You can't just pass arbitrary user input in a power-user function like this.
See https://dev.mysql.com/doc/refman/5.6/en/fulltext-boolean.html
Context: This used to work for some examples like "foo>*" under MyISAM,
presumably because it had a more lenient parser. InnoDB rightfully complains about this now.
|
2020-04-09 09:59:53 +12:00 |
|
Sam Minnee
|
5e3068ba13
|
MINOR: Add tests for some search-form fixes
These 2 tests validate that the following bugs have been fixed.
https://github.com/silverstripe/silverstripe-framework/issues/3212
https://github.com/silverstripe/silverstripe-cms/issues/1452
|
2018-11-10 12:07:49 +13:00 |
|
Luke Edwards
|
2fbeda1564
|
ADD New search component for SiteTree (#2224)
|
2018-09-04 13:13:33 +12:00 |
|
Raissa North
|
6b2a9e4f77
|
Update class references and array syntax
|
2018-06-20 13:18:29 +12:00 |
|
Damian Mooyman
|
8c6c429994
|
Update API to remove deprecated useDraftSite()
Update to support versioned enhancements
|
2018-03-22 17:12:12 +13:00 |
|
Damian Mooyman
|
4f6af36369
|
Manual fixes to automatic namespacing
|
2017-08-09 17:09:28 +12:00 |
|
Damian Mooyman
|
9f268a18b5
|
Run add-namespace command
|
2017-08-09 17:00:58 +12:00 |
|
Damian Mooyman
|
6cb2077878
|
Move files to new location
|
2017-08-09 16:58:07 +12:00 |
|