Hi, i want to search an Vertex with the Graph API. I read that with an Fulltext Index an case insensitive text search is possible, but i don't know how i do that with the Graph API.
I noticed an Example in Documentation here: https://github.com/orientechnologies/orientdb/wiki/Graph-Database-Tinkerpop#example It seems like, that it is possible to specify an comparator or matching function, but i dont now how to use it. Where is the EQUALS Object specified? Is something like the following possible? conn.getGraph().query().has("class", "LexicalVariant").has("name", CONTAINS, ingredientName) Or do i have to do it with an SQL-Query through the Document API? Thanks for your help Marius -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
