filter
Configure advanced filter queries targeting the fields of your content types, e.g.:
filter {
Article::headline like "*space*"
Article::price greaterThan 100.0
Article::categories anyIn listOf("solar-system", "space-exploration")
}Content copied to clipboard