Revision e82273427af2902960195fbed8ab49e91de716d2

Committed on 01/02/2019 12:57 am by André R <andre.romcke@gmail.com> [GitHub Diff]

EZP-29984: Fix LIKE support for * as wildcard across engines, deprecate % usage (#2517)

Beyond just LIKE, this also fixes the following:
* Add LegacySE search Field Criteria support for RelationList FieldType
* Add LegacySE search Field Criteria support for Author FieldType
* Add LegacySE search Field Criteria support for RichText FieldType
* Handle 'Simple' field types when LIKE and int column as EQ, as int and LIKE does not mix well on SQL