Carlos Tim?teo wrote: > > I have a search to houses, by address number, i wan to to choose the > correct one, because search returns 5, 55, 154 as results for example. >
this depends how you specify the search items. By default it uses a wildcard method/partial search (search item is like #myfield). If you specify the search item like #*myfield then the partial matching should only be used if somebody really adds the '*' wildcard in the text box. Search for numeric fields should never use wildcards, I haven't tested it currently, but it's pure mapserver syntax. > I want to click on 55. then print the feature and adding the .dbf info > of that info to the print / pdf page. > > Do you see the link i send a few days ago ? i haven't seen any link > > Thanks for your work
