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

Add provenance information to the autocompletion results #1

Open
hdelva opened this issue Feb 25, 2021 · 0 comments
Open

Add provenance information to the autocompletion results #1

hdelva opened this issue Feb 25, 2021 · 0 comments
Assignees
Labels
autocomplete enhancement New feature or request

Comments

@hdelva
Copy link

hdelva commented Feb 25, 2021

For the sake of user experience, it would be nice if each result could also explain in which data source it was found. There are several ways we could implement this:

  • Comunica might add something similar for graph-based querying soon, which we may be able to reuse
  • It is relatively easy to remember on which datapage the result was found, we could add some reasoning to tie this data page back to a data source. We could use the tree:member or tree:view predicates to tie this all together.
  • It is perhaps unlikely that the previous approaches can extract enough human-friendly information to be of any use. We could offset this responsibility to the caller of the typeahead actor. We already consider having one instance of the actor per data source, in separate webworkers, as best practice.
@hdelva hdelva added enhancement New feature or request autocomplete labels Feb 25, 2021
@hdelva hdelva self-assigned this Feb 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autocomplete enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant