Is it possible to filter data from a postgreSQL array?

Hello, when I write a search in the search field to find a data in a postgreSQL array the results are empty.

Is this normal? If not, do you know how to do it?

Hello @Danny_Louveton,

Filters on this column are supported out of the box. (In your case includesAll filter) For the search, it is not supported out of the box for performance reasons.

You still can override the default behavior as done in this example for forest-express-sequelize.

  • What version of forest are you using?

Kind regards,
Morgan

1 Like

Thank you for your answer.
To solve the problem I simply changed the type of the array in string on Forestadmin.

2 Likes