textfilter & compare function on datatable (neww args in 3.1 ?)

Regarding the doc (and webix previous version) compare(value,filter)
value is the value
filter is the filter

but i have in fact compare(value, filter, item)
value => undefined
filter => filter (ok)
item => this item (object of the row)

Hello,

could you please provide a snippet for the issue?

Here is the working demo:

http://webix.com/snippet/d220fd7a

find my bug
{
template : "#line#, => define so displayed
id : "#value# => undefined so not filtered !
}