enable partial tag matches for annotations
This commit is contained in:
@@ -21,6 +21,7 @@ type ItemQuery struct {
|
||||
RegionId int64 `json:"regionId"`
|
||||
Tags []string `json:"tags"`
|
||||
Type string `json:"type"`
|
||||
PartialMatch bool `json:"partialMatch"`
|
||||
|
||||
Limit int64 `json:"limit"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user