- Notifications
You must be signed in to change notification settings - Fork28
Search based on assets ?#331
-
Would it be possible to build a search POST that filters items based on what assets the items contain? "I want items from collection X which only contain the Y asset." |
BetaWas this translation helpful?Give feedback.
All reactions
It is currently not possible to query items based on their assets because the assets are not indexed. We would have to change the mapping of the assets field.
Line 116 in125baff
"assets": {"type":"object","enabled":False}, |
I'm not sure if there is a good way to support this, while avoiding field mapping explosion.
Replies: 1 comment
-
It is currently not possible to query items based on their assets because the assets are not indexed. We would have to change the mapping of the assets field. Line 116 in125baff
I'm not sure if there is a good way to support this, while avoiding field mapping explosion. |
BetaWas this translation helpful?Give feedback.
All reactions
👍 1