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

List of articles bound to an association rule fails to be retrieved when there are multiple antecedents #1

Open
twktheainur opened this issue Nov 14, 2022 · 1 comment

Comments

@twktheainur
Copy link

Frontend JS code seems to operate correctly, issue with backend retrieval in the request made in

let response = await fetch(url)

URIs are passed in order, issue when the length of the valid_uris list contains more than two uris.

Error probably in SPARQL query construction:

arviz/server.js

Line 208 in 7ebe4b1

query = query.replace('$pattern', patternTuned)

Difficult to say prior to testing

@twktheainur
Copy link
Author

It appears that some queries return no results. Could it be that the rules no longer correspond to the latest version of the data on the endpoint?

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