ArcadeDB Server v26.3.1 (build 7c4856aec799a78b6f5c893f7477eba9d9708c34/1772652431081/UNKNOWN)
Running on Linux 6.17.0-14-generic - OpenJDK 64-Bit Server VM 25.0.2
Using CONTAINSANY (and maybe other filter operators) causes an error when the left-hand side is the result of the split method. This was encountered for the method split and used to work in 26.2.1 and before.
Setup:
CREATE DOCUMENT TYPE doc;
INSERT INTO doc SET txt = 'te st';
Reproduce:
SELECT FROM doc WHERE txt.split(' ') CONTAINSANY 'te';
Returns the error Invalid value for $current: null
ArcadeDB Server v26.3.1 (build 7c4856aec799a78b6f5c893f7477eba9d9708c34/1772652431081/UNKNOWN)Running on Linux 6.17.0-14-generic - OpenJDK 64-Bit Server VM 25.0.2Using
CONTAINSANY(and maybe other filter operators) causes an error when the left-hand side is the result of thesplitmethod. This was encountered for the methodsplitand used to work in 26.2.1 and before.Setup:
Reproduce:
Returns the error
Invalid value for $current: null