Postgres - extended search not working for string id

Hi all,
I have a model users and a model companies. A user belongs to a company. The company id is a string.
I want to search users based on their parent company id. I noticed that the extended search allows me to search based on other fields of the parent company like the name but not the id.
Any idea how I could go about it?

2 Likes

Hi @anon75230573,

Thanks for your feedback.

It seems indeed that ForestAdmin does not support extended search on string ids. As a workaround, you could use filters to perform a contains search on related id.

Nevertheless, I’ll log your feedback into our product management tool.

4 Likes