To return a more specific set of users when you filter the list, you can modify the form of your search term for text fields, as shown in this table.
To access the users list, your system role must have unrestricted access to the User Manager and Users features in System Roles (Manage Features > User Manager Features).
To open the Users page in the LMS, go to Manage Center > Users > Users.
Table: Search tips
Example Search Term | Description |
mary kathleen | Any users matching 'mary' or 'kathleen' (case insensitive) |
"Joe Lester" | Any users matching 'Joe Lester' exactly, in a single field (excluding case-sensitivity) |
adams -cat | Any users matching 'adams' but not 'cat' |
barnes +black | Any users matching 'black', users who also match 'barnes' will rank higher in the results |
(alan OR harold) AND bishop | Any users matching 'bishop' and either 'alan' or 'harold' (parentheses can be used as grouping) |
'frank smith'~10 | Any users matching 'frank smith' within 10 words, in a single field |
nl*1 | Any users with properties starting with 'nl' and ending with '1', where the asterisk (*) is a wildcard for any number of characters e.g. 'nl1', 'nl-0001' |
nl?1 | Any users with properties starting with 'nl' and ending with '1', where the question mark (?) is a wildcard for a single character e.g. 'nl-1', 'nl01' |
organization:*\/us\/* |
Any users with organization containing '/us/' where '\' is the escape character and should be inserted before any reserved characters like '/'. Examples of other field specific search terms:
|
Additional Information