I am C# developer using the Tinker pop nuget package v3.6.2 .I am struggling with a poblem with regex search. actually everytime I run my code it just goes for ever and nothing returns back until I shutdown the the app. Can anybody help me here:
my code is looks like this
var test1 = g.V().Has("names", TextP.Regex("^Majid*"));