I have entity "HelpRequest", which have contact (many-to-one relation to contact).
- I can add contact fields to "Text filter fields" like firstName to HelpRequest entity, and search by them, but not contact phone number. It absent in the list.
- I can add "contactPhoneNumber" foreign field to HelpRequest and add it to filter fields, and it will work. But not when global "Numeric phone number search" is enabled. In that case I get error " Bad request Not existing attribute 'contactPhoneNumberNumeric' in where"
Comment