Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
AareFabrik committed Feb 4, 2025
1 parent fceb1ec commit 629243a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions next/app/(main)/beitraege/getPosts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,17 @@ export const getPosts = async (filters, offset, limit) => {
},
},
},
{
authors: {
directus_users_id: {
last_name: {
_icontains: filters.searchTerm
? filters.searchTerm
: undefined,
},
},
},
},
{
program: {
name: {
Expand Down

0 comments on commit 629243a

Please sign in to comment.