advanced-object-search
advanced-object-search copied to clipboard
[New Feature]: Allow the Exclude Fields to work with field under ObjectBricks/Field collections
New Feature description
The PR #127 (#107) introduced the possibility to exclude certain fields but this doesn't work for object brick and field collections, because the 2 level tree exclude_fields
(class > field ) wouldn't be specific enough to work properly in that case, it requires at least 3 or 4 levels.
In case someone could provide a PR for this new feature, please "revert" the changes of #152 accordingly.