mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-25 19:01:51 -04:00
Fix parsing the search pattern
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user