Flourish PHP Unframework
This is an archived copy of the forum for reference purposes

Regex working with RecordSets

posted by mblarsen 9 years ago

H,i Is it be possible to use regex as operator http://flourishlib.com/docs/fRecordSet#Operators.

Something like this:

$pages = fRecordSet::build('Page', array('regex~' => $subject));

or

$pages = fRecordSet::build('Page', array('subject~' => $regex));

Unfortunately it is not since some of the databases supported by Flourish do not support regex matching.

posted by wbond 9 years ago