1. Is there a way to include more customer details in the search results when using the "quick" search in the admin header? Things like name and phone number are more useful to us than email address.
2. Is there a way to include the Phone number in the UserSearchCriteria when utilizing the search on /Admin/People/Users/Default.aspx? I added a field for it, then found that it is using the UserSearchCriteria class which does not have a Phone property.
Thanks!
Include More User Details in Admin Search
Re: Include More User Details in Admin Search
1. Name is already included. If you enter name or part of name in the search box and try to search you will find the users matching that name
2. There is no simple way of doing this. You will either have to have AbleCommerce backend code or you need to write your own search function.
2. There is no simple way of doing this. You will either have to have AbleCommerce backend code or you need to write your own search function.