search for value by key within dynamic collection
I am looking to extend discussion held here about filtering vertices based on property value from collection. However, in my case the collection is dynamic e.g. generated using store e.g. following works using a static list [‘red’, ‘green’]. I am able to filter out vertices with just ‘red’, ‘green’ as value in property ‘color_name’. g.V().out().as(‘colors’).store(‘color_list’).by(‘name’)… Read More search for value by key within dynamic collection