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,13 @@
fragment ResultsEntiteFields on Entite {
action
menacemaintien
title
author {
username
structure {
name
}
}
created
changed
}