JHipster filter .contains search only work for native property.
It does not take effective on property from the join column entities as it will return all results.
For example, following query params will not work for UserCCInfo.
http://localhost:9000/api/user-cc-infos?firstUserName.contains=<value>
JHipster filter .contains search only work for native property.
It does not take effective on property from the join column entities as it will return all results.
For example, following query params will not work for UserCCInfo.
http://localhost:9000/api/user-cc-infos?firstUserName.contains=<value>