Hi,
We've been using Processwire on GoodUI.org to display content (a/b test results) and we're hitting a roadblock as to how to filter multiple pages and sort by multiple repeaters.
Our structure is more or less the following (with "S" meaning there are multiple tests and repeaters to cycle through) :
TEST(S)
REPEATER(S)
METRIC
EFFECT
(In other words, a single test can have multiple repeaters which we'd like to check)
We'd like to:
1. look up those TESTS that have any REPEATERS with a METRIC of X
2. sort those TESTS by the one REPEATER that has a METRIC of X, by it's EFFECT
Can someone expert PHP / Processwire please help?
This functionality is key in surfacing our best/top tests to the top which we'd like to enable and build out.
Jakub