#2417 closed enhancement (wontfix)
Add search presets
Reported by: | anonymous | Owned by: | team |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | search, presets | Cc: | bilbo |
Description
It would be nice to be able to have search presets. Since search support regular expression, I use some search strings to find out data that potentially contain some errors. The expressions are too complicated to retype again, so I keep them in separate text file (for example expression to search for names that are likely to have incorrect capitalisation:
name:" [a-zěščřžýáíéúůďťňó]" highway -name:"^(U|V|Na|Nad|Pod|Za|K|Ke) [A-ZĚŠČŘŽÝÁÍÉÚŮĎŤŇÓÜÖÄ]" -" (náměstí|nábřeží|most|trh|ulička|tunel|hradby|spojka)"
It would be nice to have feature, that allow adding such search string to some presets and invoking them later, it would be much simpler than having to copy search strings from separate file each time I need to use it.
Attachments (0)
Change History (7)
comment:1 by , 15 years ago
Cc: | added |
---|
comment:2 by , 15 years ago
Keywords: | search presets added |
---|
comment:3 by , 15 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:4 by , 15 years ago
comment:5 by , 15 years ago
Resolution: | duplicate |
---|---|
Status: | closed → reopened |
Not really a dupe of #4546. Presets != toolbar buttons.
follow-up: 7 comment:6 by , 15 years ago
Resolution: | → wontfix |
---|---|
Status: | reopened → closed |
Well, then wontfix. Searches are individual, they are nothing for presets. I would accept a ini-style config extension like regedit for windows does. This is another ticket. so no need to keep this one opened.
comment:7 by , 15 years ago
Replying to stoecker:
Well, then wontfix. Searches are individual, they are nothing for presets. I would accept a ini-style config extension like regedit for windows does. This is another ticket. so no need to keep this one opened.
Searches aren't always individual. Here's one example where I wished I could have distributed search presets.
The search engine is now powerful enough that it can be used for powerful editing commands. Search presets would enable spreading useful search queries beyond a single JOSM instance.
Closed as duplicate of #4546.