Opened 6 years ago
Closed 4 years ago
#17957 closed enhancement (duplicate)
Filter auto-completion in preset value fields
Reported by: | anonymous | Owned by: | team |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | |
Keywords: | autocompletion filter preset text | Cc: | gaben |
Description (last modified by )
When typing a street name in the Address preset, the suggestion sometimes includes name
tags. I don't think that is the intended behaviour. The addr:street
should only contain street names.
Attachments (0)
Change History (7)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Description: | modified (diff) |
---|---|
Keywords: | street name address added |
comment:3 by , 6 years ago
Priority: | normal → minor |
---|
comment:5 by , 4 years ago
Keywords: | autocompletion filter preset text added; street name address removed |
---|---|
Priority: | minor → major |
Summary: | Address suggestion include name tags → Filter auto-completion in preset value fields |
Type: | defect → enhancement |
Version: | latest |
Not much we can do about it as filtering auto-completion is not coded, yet, see also #21227.
In this case, alternative_autocomplete_keys="name"
is present in the preset and offers all name=*
values of the loaded data. It is intended to offer name
values of highway=*
but atm only all or non can be offered.
Like #21227, I think this is an enhancement request for filtering auto-completion hits and this ticket is about presets.
comment:7 by , 4 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Closed as duplicate of #11349.
*When typing a street name... Sorry for the typo.