mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Alphabetize results on region search by prefix matching
This commit is contained in:
@@ -62,6 +62,8 @@ namespace OpenSim.Data.MySQL
|
||||
if (scopeID != UUID.Zero)
|
||||
command += " and ScopeID = ?scopeID";
|
||||
|
||||
command += " order by regionName";
|
||||
|
||||
using (MySqlCommand cmd = new MySqlCommand(command))
|
||||
{
|
||||
cmd.Parameters.AddWithValue("?regionName", regionName);
|
||||
|
||||
Reference in New Issue
Block a user