identifier of referenced schema properties in search API fields #4310
stefan-korn
started this conversation in
Ideas
Replies: 1 comment
-
Played a bit more with this and noticed while this is basically working together with the DKAN extra fields module, it has issues with indexing the property in Search API, because of the property name using a colon and a percent symbol. This would need to be mapped in something else for the definition and later when getting the value of the property it needs to be mapped back. I tested replacing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It might be helpful to have the identifier (node UUID) of referenced schema properties in the search API fields as well.
For example: for a publisher referenced in a dataset, all the properties under the data tree in the schema are available as search API fields. But the identifier property is missing, since it is missing under the data properties.
I was thinking about integrating the identifier like this:
This could surely be improved in some ways (label, retrieving of subschema etc.). But in general this should add the identifier to the search API fields for referenced properties.
Beta Was this translation helpful? Give feedback.
All reactions