The default search looks up usernames twice using the search_select macro,
due our horrible orm/database mapping that involves using string compare
in python over all the users and some not so simple joins.
Would be nice provide a better default while the database issue isn't fixed.