Small fixes, add filters to shops

This commit is contained in:
Pieter Vander Vennet 2022-04-04 05:12:14 +02:00
parent b119e1ac1d
commit df706d2f97
4 changed files with 33 additions and 3 deletions

View file

@ -16,6 +16,9 @@ export default interface FilterConfigJson {
osmTags?: AndOrTagConfigJson | string,
default?: boolean,
fields?: {
/**
* If name is `search`, use "_first_comment~.*{search}.*" as osmTags
*/
name: string,
type?: string | "string"
}[]