-
Notifications
You must be signed in to change notification settings - Fork 493
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
missing detailed documentation for some procedures #331
Comments
I found the apoc library documentation (and Neo4j documentation in general) are missing a lot of the NECESSARY details. For an example, the documentation for apoc.text.fuzzyMatch function at this link only have two sentences. And there is no clue what would be the expected behaviour of the function because it is missing
And there is basically no other way to understand the function than look at the source code, which is not something I would expect from a commercial product. |
Thanks a lot for the report, that's indeed not enough detail. I guess you have looked at the source code (because it's OSS) and figured it out. This is not a commercial product but a Neo4j Labs project: see: https://neo4j.com/labs/#faq
|
* [bJ4pn0Bj] PeriodicTest.testTerminateCommit is flaky * [bJ4pn0Bj] removed Ignore in testTerminateCommit
Could I get an example for each of these procedures.
I am able to do 2 and 3 but still don’t understand when to use 1 and when to use 2. If the team could provide some examples of the patterns and patterfull would be really nice.
Can someone explain these commands. I am trying to convert the graphs from neo4j into the dataframes for Vertices and edges so that it can be sent to other graphing programs in R. The first two seem to be the ones I need but not sure.
Need some good examples for these refactoring procedures
The text was updated successfully, but these errors were encountered: