Dependant relation

Hi Johnny

I use postgresql 17 as database.

When using the setDependentRelation function, in the grid column, the dependent combo does not have any data, it is only displayed when creating and editing records.

Hello @NOLO ,

You need to start typing and after 2 characters it will start searching. I will check if I can do it more user friendly to show this message directly to the user, like when you type 1 letter you see this:

Screenshot 2025-07-19 at 6.54.42 AM

Regards
Johnny

1 Like

Johnny

Thank you very much. With more than two letters it starts to filter. The problem is again the capital letters. If you start writing with lowercase letters, it doesn’t filter anything.

Hello @NOLO ,

I see what you mean. Yes, I can reproduce the issue that you are referring to. I will try to have a fix for that and for the Model to use ILIKE instead of LIKE, so you won’t need to have a custom Model either.

Regards
Johnny

1 Like

Hello @NOLO ,

I am glad to inform you that this is now fixed on the latest version 3.2.1

You can follow the instructions of how to upgrade to the latest version by the wizard here: User's Page Login

Let me know if the upgrade is fixing the ILIKE issues you had with Postgres.

Regards
Johnny

1 Like

Johnny:
Thank you so much!!!

1 Like