Mihirshh
Mihirshh
ATApache TinkerPop
Created by Mihirshh on 10/23/2023 in #questions
Global Search
Is there a way where i can scan all the vertex or edge properties that match a given keyword in gremlin. For ex : g.V().has('name','John') where i'm explicitly giving filter as name, can someone help me with gremlin query to retrieve anything that matches 'John' ?
4 replies
ATApache TinkerPop
Created by Mihirshh on 8/31/2023 in #questions
Filter out empty results
gremlin> g.V().hasLabel('metadata').valueMap() ==>{} ==>{} ==>{oncall_roster=[oncall_schedule]} How to skip or ignore the {} empty results in query
3 replies