diff --git a/config/select.php b/config/select.php index d98789e..dcb2797 100644 --- a/config/select.php +++ b/config/select.php @@ -1,7 +1,7 @@ ComparisonOperators::Like, + 'comparisonOperator' => ComparisonOperator::Like->value, /* |-------------------------------------------------------------------------- @@ -42,10 +42,10 @@ |-------------------------------------------------------------------------- | Controls the global way in which wildcards are used in the query. | Can be customized for each select. Possible values for search mode: - | SearchModes::Full, SearchModes::StartsWith, SearchModes::EndsWith + | SearchMode::Full, SearchMode::StartsWith, SearchMode::EndsWith */ - 'searchMode' => SearchModes::Full, + 'searchMode' => SearchMode::Full->value, /* |--------------------------------------------------------------------------