Hi,
When using the filter component, how is the scope determined for the list of candidates proposed in the dropdown list?
To clarify, let’s say I have a list of Orders for Customers A and B.
In my screen, I have a collectionDatasource of Orders, for which the query limits Orders to those of client B.
However, in the filter component, if I add a “Customer” condition, and click on the dropdown to select a candidate, both Customer A and Customer B are shown - I would have expected only Customer B to be shown as I have only loaded Orders for Customer B in the Order collectionDatasource.
Is this the expected behaviour, or I am missing something?
Thank you!