silverstripe-cms/tests/php
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
..
Controllers Remove flush from CMSPageHistoryControllerTest 2019-04-01 10:58:53 +13:00
Model Merge branch '4.4' into 4 2019-09-23 16:34:24 +12:00
Reports Manual fixes to automatic namespacing 2017-08-09 17:09:28 +12:00
Search FIX Remove searchEngine() test that's using API wrong 2020-04-09 09:59:53 +12:00
Tasks FIX: Make test comparison less brittle in MigrateSiteTreeLinkingTaskTest 2019-05-28 12:51:23 +12:00