Merge branch 'main' of https://github.com/ardeman/project-legalgo-go
* 'main' of https://github.com/ardeman/project-legalgo-go: fix: search news title by query
This commit is contained in:
@@ -56,11 +56,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