Damus
Cole Albon · 108w
Eyeballing it - looks like the "map" on the new line 361 would cause the filter contains x code to run on each item instead of all the items.
andrewtoth · 108w
The previous logic was ``` nwc_kinds && has_authors || has_pks ```
ynniv · 108w
( A && B ) || C versus A && ( B || C )