You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a neo4j database (version 4, free aura tier) with ~10K nodes, 10K relationships, and a single full-text index indexing two node types and 6 properties in total.
When I type a single-word keyword search in bloom, I get back 3 nodes. When I type the same keyword search via the query below, I get 25.
I have a neo4j database (version 4, free aura tier) with ~10K nodes, 10K relationships, and a single full-text index indexing two node types and 6 properties in total.
When I type a single-word keyword search in bloom, I get back 3 nodes. When I type the same keyword search via the query below, I get 25.
Cypher query: CALL db.index.fulltext.queryNodes('full_text', $search)
The text was updated successfully, but these errors were encountered: