fix: search news title by query
This commit is contained in:
@@ -52,11 +52,12 @@ type NewsUpdate struct {
|
||||
}
|
||||
|
||||
type Filter struct {
|
||||
Category, Tags, Active string
|
||||
Category, Tags, Active, Search string
|
||||
}
|
||||
|
||||
type NewsFilter struct {
|
||||
Tags []string
|
||||
Category []string
|
||||
Active string
|
||||
Search string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user