haganbt / pepp

PYLON Exporter ++
MIT License
5 stars 5 forks source link

Multi level custom nested should inherit parent filter property #1

Closed haganbt closed 8 years ago

haganbt commented 8 years ago
{
                "target": "fb.author.age",
                "threshold": 2,
                "then": {
                    "target": "fb.author.gender",
                    "threshold": 2,
                    "then": {
                        "target": "fb.topics.name",
                        "threshold": 3
                    }
                }
            }

Filter: top 3 topics for each gender for each age, not just for gender.