Hi team,
I’m really excited to start testing the database plugin, it’s certainly a killer feature. While playing around with the formula function, I ran into an issue: it seems that properties with CJK names aren’t working as expected.
As shown in the screenshot below, I tested this in a sandbox vault using numeric properties named "one"
, "two"
, "一"
, and "二"
(the latter two being “one” and “two” in Chinese). The summation formula works fine with one + two
, but fails when I try to use "一 + 二"
.
If I forcefully insert 一 + 二
into the .base
file, it throws an error like this:
It’d be really helpful to have more guidance or examples on writing formulas. Thanks again!