Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-07-22 | Add user and category filter on post search | Thomas Lange | 1 | -0/+10 | |
Add a user and category filter option for the post search in the administration area. Filter on default theme is followed later. | |||||
2021-07-22 | Move repository search functionality into a trait | Thomas Lange | 1 | -0/+103 | |
Move the methods for the search functionality of the abstract Repository class into a separate trait and use it in the Page and Post repository. The reason because of this is that only the Page and Post repositories having a search functionality, while the other repositories have not. |