&where : JSON style filtering option. For example when trying to hide blog or news from the Articles addon: &where=`[{"class_key:!=": "Article"}]`
&where=`[{"parent:NOT IN": array(5,61)}]` - doesn't work: child resources showbut so far can't get this to work.
&where=`[{"parent:NOT IN": "array(5,61)"}]` - breaks Wayfinder: no menu at all
&where=`[{"parent:NOT IN": array("5","61")}]` - doesn't work: child resources show
&where=`[{"parent:NOT IN": "5,61"}]` - breaks Wayfinder: no menu at all
&where=`[{"parent:NOT IN": "(5,61)"}]` - breaks Wayfinder: no menu at all
&where=`[{"parent:NOT IN": (5,61)}]` - doesn't work: child resources show
&where=`[{"parent:=": 5}]` - breaks Wayfinder: no menu at all
&where=`[{"parentId:=": "5"}]` - breaks Wayfinder: no menu at all
&where=`[{"parentid:=": "5"}]` - breaks Wayfinder: no menu at all
&where=`[{"parent_id:=": "5"}]` - breaks Wayfinder: no menu at all
&where=`[{"parent": "5"}]` - breaks Wayfinder: no menu at all
&where=`[{"parent:NOT IN" => array(5,61)}]` - doesn't work: child resources show
&where=`[{"parent:!=' => 5}]` - doesn't work: child resources show
This question has been answered by multiple community members. See the first response.