Make sharing easier
Now Users have just to enter a part of the name. e.g. 'do' for 'John Doe'. see also: owncloud/core#11256
This commit is contained in:
@@ -82,7 +82,7 @@ abstract class Base extends \OC_User_Backend{
|
||||
'limit' => $limit,
|
||||
'offset' => $offset
|
||||
),
|
||||
array($search . '%', $search . '%', $this->backend)
|
||||
array('%' . $search . '%', '%' . $search . '%', $this->backend)
|
||||
);
|
||||
|
||||
$displayNames = array();
|
||||
|
||||
Reference in New Issue
Block a user