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

Detect blank nodes from frontend #1160

Merged
merged 4 commits into from
Sep 26, 2023
Merged

Conversation

srosset81
Copy link
Contributor

@srosset81 srosset81 commented Sep 25, 2023

Since PR #1151 (v0.6.0), the VOID endpoint doesn't return blank nodes for containers. When no blank nodes are indicated for a React-Admin resource, it now automatically search blank nodes 2-levels deep.

If you know the blank nodes you want (or don't want), you should use the blankNodes property, either as a filter prop of the List or on the data model. This will increase the performances of the SPARQL query.

If you want to change the depth of the blank nodes automatic detection, you can also set blankNodesDepth (on the filter prop of the List or on the [data model]), which defaults to 2.

blankNodesDepth: 0 is equivalent to blankNodes: []

Base automatically changed from use-parceljs to next September 25, 2023 13:41
@srosset81 srosset81 marked this pull request as ready for review September 26, 2023 07:45
@srosset81 srosset81 merged commit 4b34351 into next Sep 26, 2023
@srosset81 srosset81 deleted the detect-blank-points-from-frontend branch September 26, 2023 07:45
@srosset81 srosset81 mentioned this pull request Sep 26, 2023
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

Successfully merging this pull request may close these issues.

None yet

1 participant