Hi all. I was wondering, why we have entity system, where on the one side is possible to manage search and indexation at node level - e.g. you can select which node fields should be indexed and searched by and on the second side, there is no possibility to do this on another entity - users.. Users search is restricted to email and name, so i think this is very poorly managed by user.module. Also I have not find any fairly good module which is able to do this..

Among others, i know that is possible to add hook_search_info and so on, to define your own search, but there is another restriction, modules are restricted to only one custom search and that's also really useless.

So then, I don't know if this is a bug report, or a feature request (i think maybe laziness), but definitely i think that if there is possible to index and search fields, user.module should implement this also.