Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bloom full-text search doesn't return all nodes #38

Open
filipemesquita opened this issue Jan 27, 2022 · 0 comments
Open

Bloom full-text search doesn't return all nodes #38

filipemesquita opened this issue Jan 27, 2022 · 0 comments

Comments

@filipemesquita
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant