I am using blueprints api to query titan graph database. I am in a situation where I need to perform wild card search on a vertex property. Is there a way to query a vertex with its property with a wildcard? something similar to "PropertyName like '%asdf%' " in relational database.