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, 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.
Kind regards,
Morgan
Thank you for your answer.
To solve the problem I simply changed the type of the array in string on Forestadmin.