UndefinedOffset/silverstripe-codebank

Search alternative for PostgreSQL and SQLite

Closed this issue · 2 comments

Currently searches are done using MySQL's match against syntax which is not supported on PostgreSQL or SQLite so we should find an alternative that will work in all languages.

Fix for this was to use match against for MySQL and PartialMatchFilter for all others. In the future we may change this to be PartialMatchFilter for MySQL as well.