forked from MapComplete/MapComplete
Add documentation
This commit is contained in:
parent
1629cddaf1
commit
fe57e12881
5 changed files with 8 additions and 4 deletions
|
@ -186,6 +186,8 @@ export default class NameSuggestionIndex {
|
|||
alsoShowIf: undefined,
|
||||
icon,
|
||||
iconClass: "medium",
|
||||
// The 'frequency' is already for the country of the object we are working with
|
||||
// As such, it should be "true" but this is not supported
|
||||
priorityIf: frequency > 0 ? new RegexTag("id", /.*/) : undefined,
|
||||
searchTerms: { "*": [nsiItem.displayName, nsiItem.id] },
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue