Quote:
Originally Posted by davidfor
I updated the source, and it no longer gives an error. But, with the column template as just "{:'raw_field('#pages')'}", I get the word "None". I was expecting an empty string, but, I don't remember what it was before.
|
New version of the formatter pushed. This one fixes an incompatibility between the infix compare operators and the cmp function. Cmp turns undefined into zero then compares, where the infix ops used to turn any compare involving undefined into False.
Thanks much for helping find the corner cases!