Skip to content

Commit 9f12cf9

Browse files
committed
Changed way to filter combine field
1 parent 1f6ec82 commit 9f12cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

os2web_cp_service.views_default.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ return TRUE; // If no exposed inputs, remove all results
237237
$handler->display->display_options['filters']['combine']['id'] = 'combine';
238238
$handler->display->display_options['filters']['combine']['table'] = 'views';
239239
$handler->display->display_options['filters']['combine']['field'] = 'combine';
240-
$handler->display->display_options['filters']['combine']['operator'] = 'word';
240+
$handler->display->display_options['filters']['combine']['operator'] = 'contains';
241241
$handler->display->display_options['filters']['combine']['group'] = 1;
242242
$handler->display->display_options['filters']['combine']['exposed'] = TRUE;
243243
$handler->display->display_options['filters']['combine']['expose']['operator_id'] = 'combine_op';

0 commit comments

Comments
 (0)