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

Provide an option to index only if all required fields are found in the triplestore #60

Open
nbittich opened this issue Jan 12, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@nbittich
Copy link
Contributor

it would be useful to be able to only index data with all required fields found in the database, based on role groups.

e.g

     // will not be indexed if given_name is not found (e.g because it's in a different graph not accessible for that role)
      "given_name": {
             required: "true",
             on_path: [
                    "http://www.w3.org/ns/org#heldBy",
                     "http://xmlns.com/foaf/0.1/givenName"
          ],

      }
@nvdk nvdk added the enhancement New feature or request label Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants