-
Notifications
You must be signed in to change notification settings - Fork 252
More terms #1892
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More terms #1892
Changes from 4 commits
d23b4ac
633e555
4473958
fd3c17c
a2e71f8
89bc2ea
3a5d221
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,5 +15,13 @@ | |
| "shop": "fuel" | ||
| }, | ||
| "name": "Fuel Shop", | ||
| "terms": [ | ||
| "briquettes", | ||
| "coal", | ||
| "firewood", | ||
| "heating oil", | ||
| "kerosene", | ||
| "pellets" | ||
| ], | ||
| "matchScore": 0.5 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Since this has a match score of 0.5, maybe adding more presets to make it easier to be found is actually counterproductive?
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I guess I can check why it got so low match score But these terms are quite indicative it is this (what else should match?) so I am fine with it And at least for this shop I sadly have experience with them (hello from low emission hell, on next day of "better stay indoor and do not open windows" warnings)
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. low match score is as far as I know to keep gas station higher |
||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,6 +14,11 @@ | |
| "shop": "pawnbroker" | ||
| }, | ||
| "name": "Pawnshop", | ||
| "terms": [ | ||
| "collateral", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Might apply but terminology not used in my country
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. interesting, different US people just responded that it is used (my question was
) I asked people on non-OSM group.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I will leave it on account not being wrong and at least plausible to be used by non-natives and maybe used in USA. |
||
| "loan", | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Here, loan stores are known as "payday lenders" and very different from pawn shops.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. my intention is that someone typing in loan may mean either of those so listing both makes sense |
||
| "secondhand" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. A secondhand store seems very different from a pawnshop.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. maybe it is just local oddity, but in Poland pawnshops are also selling stuff left as a collateral is it normal elsewhere?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, that's true. But there's a whole separate category of store called a secondhand shop. So if someone searches for secondhand, it should definitely put that higher in the list than pawnshop.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. and it works this way! pawnshop get listed after thrift stores ( |
||
| ], | ||
| "aliases": [ | ||
| "Pawnbroker", | ||
| "Pawn Shop" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not familiar enough with this type of store to know if these items are typically sold there.