added content type filter to search, displaying reults

This commit is contained in:
2023-08-17 19:14:29 +02:00
parent 97b4c9c098
commit 6d00fecdb3
5 changed files with 124 additions and 21 deletions

View File

@@ -0,0 +1,15 @@
fragment ResultsConcernementFields on Concernement {
id
title
author {
username
structure {
name
}
}
created
changed
lieu {
name
}
}