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:
@@ -41,6 +41,7 @@ func (i *impl) GetAll(filter newsdomain.Filter) ([]newsdomain.NewsResponse, erro
|
||||
Tags: tags,
|
||||
Category: categories,
|
||||
Active: filter.Active,
|
||||
Search: filter.Search,
|
||||
}
|
||||
return i.newsRepo.GetAll(filterSpec)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user