https://bugzilla.wikimedia.org/show_bug.cgi?id=24574

--- Comment #7 from Roan Kattouw <roan.katt...@gmail.com> 2010-08-04 12:50:18 
UTC ---
(In reply to comment #6)
> OK, didn't know that the sorting was done in the database. Thanks for the
> update.
> So probably a regexp search on the usernames could be helpful. Do you know if
> something like this exists (maybe even as an external tool)?
Regexp searches can't be done 'internally', as you might have guessed. It
doesn't exist as an external tool AFAIK, but it shouldn't be too hard to write
a toolserver tool that executes wildcard queries (SQL does allow those, they're
just kinda slow in most cases) on the database or uses a dump of all user names
to run regexes on.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to