kuzudb / kuzu-docs

http://docs.kuzudb.com/
Creative Commons Attribution Share Alike 4.0 International
2 stars 10 forks source link

List operators: IN, + and [:] #113

Closed prrao87 closed 4 months ago

prrao87 commented 4 months ago

This PR moves the IN operator description to be in a separate section, called "List operators". The IN operator is a common one that people use to check for presence of an element in a list. The + operator and [start:stop] are also added, to be more in line with Neo4j's docs on this. Hope this makes sense.