Hello.
I have a problem with this method :
SearchEngineFriendlyURLs.getSearchFriendlyUrl()
I use it in a very simple way
string url = "Default.aspx?ID=" + pageid + "&ProductID=" + reader["ProductID"];
I build a url and use this as input. This works greats on all most every product. Sometimes DW add this -1 to the URL, i think i does so when there are products with the same name. The method doesn't seem to do this, because when i generate the list and paste in this URL it gives me 404. If i add the -1 it works.
Can anybody help me out? I tryed the support but they said i should try here on the forum :)
If the method is "broken" does anybody know how and when the "-1" get added so i could code this case my self?
DW version is 19.2.9.2