cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

autocomplete with bloom

I have a graph db of pharmaceutical companies who with long and confusing names. When I want to use the 'near natural language' feature of the graph db I struggle with the fact that it doesn't autocomplete name suggestions. I also can't seem to copy and paste so I'm not sure how useful this tool section is to me without it. can I institute it in some way?

1 REPLY 1

Where exactly do you want the auto-complete? In search phrases or in precanned cypher queries?

In the former there has to be an index on the field you're trying to autocomplete.

In your case it might be better to use a saved cypher statement where you provide the Label and property as parameter input value.

https://neo4j.com/docs/bloom-user-guide/current/bloom-tutorial/search-phrases-advanced/#parameter-da...