-
Notifications
You must be signed in to change notification settings - Fork 3
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
search: related property #949
Labels
app-entities
Anything to do with entities – the models central to an APIS app
app-relations
Centered on relations – classes and functionality linking entities together
Comments
gythaogg
added
app-entities
Anything to do with entities – the models central to an APIS app
app-relations
Centered on relations – classes and functionality linking entities together
labels
Jun 12, 2024
b1rger
added a commit
that referenced
this issue
Jun 13, 2024
The filter `related_properties` listed all the existing properties, but it makes more sense to only list the properties that can have the model the filter filters as a `subj` or an `obj`. Closes: #949
b1rger
added a commit
that referenced
this issue
Jun 13, 2024
The filter `related_properties` listed all the existing properties, but it makes more sense to only list the properties that can have the model the filter filters as a `subj` or an `obj`. Closes: #949
b1rger
added a commit
that referenced
this issue
Jun 19, 2024
The filter `related_properties` listed all the existing properties, but it makes more sense to only list the properties that can have the model the filter filters as a `subj` or an `obj`. Closes: #949
b1rger
added a commit
that referenced
this issue
Jun 19, 2024
The filter `related_properties` listed all the existing properties, but it makes more sense to only list the properties that can have the model the filter filters as a `subj` or an `obj`. Closes: #949
b1rger
added a commit
that referenced
this issue
Jun 24, 2024
The filter `related_properties` listed all the existing properties, but it makes more sense to only list the properties that can have the model the filter filters as a `subj` or an `obj`. Closes: #949
b1rger
added a commit
that referenced
this issue
Jun 24, 2024
The filter `related_properties` listed all the existing properties, but it makes more sense to only list the properties that can have the model the filter filters as a `subj` or an `obj`. Closes: #949
b1rger
added a commit
that referenced
this issue
Jun 26, 2024
The filter `related_properties` listed all the existing properties, but it makes more sense to only list the properties that can have the model the filter filters as a `subj` or an `obj`. Closes: #949
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
app-entities
Anything to do with entities – the models central to an APIS app
app-relations
Centered on relations – classes and functionality linking entities together
At the moment related property field shows all possible forward relationships
Instead it should only show a subset of relations where the model can appear as subject or object .
For example, in Place search I should only see those relations where Place can appear as either subject, object or both. I should not see "author of" relationship that is defined as between Person (subj_type) and Work (obj_type).
The text was updated successfully, but these errors were encountered: