You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the best way to solve this would be to switch the asset properties from the dedicated table we have to a properties and privateProperties json column in the asset table, this way we would enable querying nesting objects.
Currently a maybe good enough workaround would be to use the LIKE operator, as the json is serialized as a string.
Bug Report
Describe the Bug
Asset query service does not work in all cases when the property_value is a JSON.
See example in #3416
Expected Behavior
See #3416
Observed Behavior
See #3416
Steps to Reproduce
See #3416
Context Information
Add any other context about the problem here.
Detailed Description
See #3416
The text was updated successfully, but these errors were encountered: