-
-
Notifications
You must be signed in to change notification settings - Fork 90
Closed
Description
ArcadeDB Version: ArcadeDB Server v23.3.1-SNAPSHOT (build 143b1a6/1677646375828/main)
JDK Version: JMX Metrics
OS: MacOS Ventura 13.2.1
Expected behavior
Filter all nodes where node property 'name' doesn't starts with 'tier'
Actual behavior
Query 1: select *,bothE() from tag where name not like 'tier%'
Query 2: match{type:tag, as:a, where: (name not like 'tier%')} return a
Getting an error. Please refer to the below images.
Background:
Tag is a node type with name (string) as a property.
Steps to reproduce
- I've created a few nodes of type 'tag'. Each node has a unique string type name.
- I connected the database in console and queried it to check the working.
Reactions are currently unavailable

