Static Public Member Functions | ||||
static | lookup (FullTextDAO $dao, ObjectQuery $oq, $string) | |||
static | lookupList (FullTextDAO $dao, ObjectQuery $oq, $string) | |||
static | makeFullTextQuery (FullTextDAO $dao, ObjectQuery $oq, $string) | |||
| ||||
static | prepareSearchString ($string) |
Definition at line 18 of file FullTextUtils.class.php.
static FullTextUtils::lookup | ( | FullTextDAO $ | dao, | |
ObjectQuery $ | oq, | |||
$ | string | |||
) | [static] |
Definition at line 20 of file FullTextUtils.class.php.
References BaseDAO::getByQuery().
static FullTextUtils::lookupList | ( | FullTextDAO $ | dao, | |
ObjectQuery $ | oq, | |||
$ | string | |||
) | [static] |
Definition at line 28 of file FullTextUtils.class.php.
References BaseDAO::getListByQuery().
static FullTextUtils::makeFullTextQuery | ( | FullTextDAO $ | dao, | |
ObjectQuery $ | oq, | |||
$ | string | |||
) | [static] |
WrongArgumentException |
Definition at line 42 of file FullTextUtils.class.php.
References Expression::fullTextOr(), Expression::fullTextRankAnd(), and ObjectQuery::toSelectQuery().
static FullTextUtils::prepareSearchString | ( | $ | string | ) | [static] |