<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi Andrzej, hi Steve,<br><br><div>&gt;  &gt; I don't want to see the ref when I am searching for an address.<br>&gt;  &gt; If possible, I want to see it and be able to search for it<br>&gt;  &gt; when searching for a road.<br>&gt; <br>&gt; When creating search index, shield could be separated from street name <br>&gt; and both elements added to search index independently.<br><br>Current status is this:<br>For routable ways we have a method getName() which returns the value<br>from tag mkgmap:label:1 , see MapRoad. java and MapElement.java.<br><br>For the --housenumber option we use the value in tag mkgmap:street<br>in preference to that in addr:street, if both are not set, the road is ignored.<br><br>The default style has this rule in lines:<br>highway=* &amp; name=* { set mkgmap:street='${name}' }<br><br>to set mkgmap:street to the value of tag name before any of the<br>rules that add highway shields to the name like this one:<br>highway=secondary | highway=tertiary {name '${ref|highway-symbol:oval} ${name}' | '${ref|highway-symbol:oval}' | '${name}'; addlabel '${name} (${ref})' } <br>&nbsp;<br>I don't know if we should try to use the mkgmap:street value for the index(es),<br>or if we should try to change the rules so that they set mkgmap:label2 - 4 instead of <br>concatenating the values in mkgmap:label:1 ? <br><br>I am still busy the housenumber code, so I would be happy to <br>hear that anybody is trying to code a patch for this problem.<br><br>Gerd<br><br><br><br></div>                                               </div></body>
</html>