mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-14 20:26:49 +09:00
Fix member directory search ignores filters
This commit is contained in:
@@ -162,7 +162,7 @@ function um_add_search_to_query( $query_args, $args ){
|
||||
),
|
||||
array(
|
||||
'key' => $field,
|
||||
'value' => serialize( intval( trim( $value ) ) ),
|
||||
'value' => '"' . trim( $value ) . '"',
|
||||
'compare' => 'LIKE',
|
||||
)
|
||||
) );
|
||||
|
||||
Reference in New Issue
Block a user