* 'main' of https://github.com/ardeman/project-legalgo-go:
  fix: search news title by query
This commit is contained in:
Ardeman
2025-03-24 18:18:53 +08:00
4 changed files with 9 additions and 1 deletions
+1
View File
@@ -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)
}