﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3738	[Patch] Searching for non-existent usernames returns objects submitted by anonymous users	avarab@…	team	"If I search for ""user:THISUSERDOESNOTEXIST"" in data that includes objects submitted by anonymous users ([http://www.openstreetmap.org/browse/node/14581959 example]) JOSM will highlight the data submitted by the anonymous user.

Example XML for anonymous user data:

{{{
<node id=""14581959"" lat=""64.0552442"" lon=""-21.9693467"" version=""1"" changeset=""99570"" visible=""true"" timestamp=""2006-08-31T20:18:45Z"">
  <tag k=""created_by"" v=""JOSM""/>
</node>
}}}

If the search engine is to support searching for anonymous user data it would be better to do so in a way that the data isn't returned when the user makes a type in a regular username. E.g. by searching for:

{{{
user:<anonymous>
}}}

or:

{{{
uid:0
}}}

Or something similar to that"	defect	closed	normal		Core	latest	fixed		
