Active
Project:
JSON:API
Version:
8.x-2.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2020 at 15:01 UTC
Updated:
14 Oct 2020 at 15:01 UTC
Jump to comment: Most recent
I have a paragraph type called user_group, which contains a node reference field called field_group.
When trying to retrieve all paragraph entities that reference a given node, the data is always empty, even though there is some data that fits the request. So, the following request doesn't work:
/jsonapi/paragraph/user_group?filter[field_group.id]={some-node-id}
It returns no error, but always empty data.
Comments
Comment #2
tmsss commentedI'm also facing the same issue, relationship filtering doesn't seem to work with paragraphs. This would be a nice feature though.