I am new to OrientDB so most likely my issue is me. In studio I do the following query against the GratefulDeadConcerts:
select from v where name = 'IM A MAN' and I get 1 result back. When I execute the same query with the command below, through the console, the results have more data. Extra songs etc. curl -XGET --user admin:admin "http://localhost:2480/query/GratefulDeadConcerts/sql/select%20from%20v%20where%20name%20=%20%22IM%20A%20MAN%22/20/*:-1" Is this normal or do I have to filter the console queries? -- --- 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.
