im struggling to get this filtering working, basically i want to filter on two different fields, im getting the first of these queries to work:
works: http://localhost:3000/api/mainPages?where[pageLayout.blockType][equals]=projectPageBlock
doesnt work: http://localhost:3000/api/mainPages?where[pageLayout.relCategories.slug][equals]=testslug
blockType is a string, relCategories is a relational field (array) with slug text fields
if i can get them to work separately i can at least combine them after i believe with a simple &