Validating node properties when editing in Bloom

Hi!

I'm new to Neo4j and currently investigating its use for a customer project.

I'd like to know if it is possible to extend Bloom's editing UI to allow for property validation and drop-down keyword selection?

Thanks!
S

I believe that the property validation side of Bloom would have to be taken care of inside of your Neo4j instance through providing schema constraints, etc. As to the drop down, I think you'll find that depending upon how your query is structured that you'll get auto completed results when you use certain queries. It's been a little bit since I've played with Bloom but I found that to be the case when I was using it.