DocLister - exclude doc ID in &filter doesn't work
modwebpl opened this issue · 2 comments
modwebpl commented
Hello, i want to show news (in sidebar) excluded the current document ( I have read this DEV DOC: https://github.com/Nicola1971/Ditto-to-DocLister-Reference-Tables )
In Ditto works: &filter="id,[id],2"
In DocLister this doesn't work: &filters="AND(id:isno[id])"
How can I solve this ?
pmfx commented
&filters=`AND(content:id:isnot:123)`
also try this:
&addWhereList=`c.id!=123`
More details and examples: #333
modwebpl commented
Gracias!