Fix parsing the search pattern

This commit is contained in:
André Duffeck
2022-04-14 10:51:21 +02:00
parent bba190f980
commit a0d99464b2

View File

@@ -130,7 +130,7 @@ type reportSearchFiles struct {
Search reportSearchFilesSearch `xml:"search"`
}
type reportSearchFilesSearch struct {
Pattern string `xml:"search"`
Pattern string `xml:"pattern"`
Limit int `xml:"limit"`
Offset int `xml:"offset"`
}