fixes rare tag value auto suggestions (fix #11782)#11794
Merged
k-yle merged 2 commits intoopenstreetmap:developfrom Jan 22, 2026
Merged
fixes rare tag value auto suggestions (fix #11782)#11794k-yle merged 2 commits intoopenstreetmap:developfrom
k-yle merged 2 commits intoopenstreetmap:developfrom
Conversation
k-yle
approved these changes
Jan 22, 2026
Collaborator
k-yle
left a comment
There was a problem hiding this comment.
thanks for your recent PRs ! this one looks good too
Contributor
Author
Thanks glad it looks good to you |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removed d.in_wiki from the filter condition for tag values in modules/services/taginfo.js

Updated test/spec/services/taginfo.js to ensure unpopular values with a wiki page are now excluded from suggestions
Fixes #11782 and replaces #11781