fix: search news title by query
This commit is contained in:
@@ -41,6 +41,7 @@ func (i *impl) GetAll(filter newsdomain.Filter) ([]newsdomain.News, error) {
|
||||
Tags: tags,
|
||||
Category: categories,
|
||||
Active: filter.Active,
|
||||
Search: filter.Search,
|
||||
}
|
||||
return i.newsRepo.GetAll(filterSpec)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user