How to paste a cypher query directly into the Bloom search bar

Hi Team, over time I have accumulated lots of cypher commands on my notepad. I would like to be able to cut this from my notepad....MATCH (n:AWS_ACCOUNT) WHERE n.ACCOUNT_SHORT_NAME CONTAINS 'egress' RETURN n and then paste the entire query directly into the Bloom search bar.

This way, instead of composing a query on the Bloom query bar, , I just paste away my pre-crafted cypher statement then press Enter.

How can I go about doing this?

Thanks

Any help from anyone will be greatly appreciated.

@rleyba828

what version of Bloom?
what operating system? Windows? Mac?
What have you tried which has not worked

Are you not able to highlight said cypher statement and with Windows, hit CTRL-C so as to put the highlighted contents into your copy buffer, and then in Bloom click the query bar and enter CTRL-V so as to past out of the copy buffer? Does this work?

There's a technique you can use to run Cypher statements in Bloom in this old medium post under the Run a Cypher Statement in Bloom heading.

Thank you Dana and Dan. I’ll give that a try in the morning.

Hi Dana and Dan, I have followed the steps in the medium article and it worked just fine. Thanks very much.

1 Like