Hi,
g.V should return all the vertices in the graph.
g.V.has('foo','bar') should return all the vertices in graph that have key foo, value bar.
These are very basic queries and if they are not behaving correctly, then I suspect the Blueprints implementation is not correct.
………. If this is happening with other Blueprints graphs, then the only thing I can think is that maybe your data is not in the graph? .. ? … I don't know. I have never played with BlueprintsMongoDB so I can't say. If its happening with, lets say, OrientDB/Titan/Neo4j/TinkerGraph, I can help you out.
Marko.