Hi, I am using dashboard > admin and created a class that extends Resource. Everything is working fine: the connection to the database is up, the data displayed the way I want. There are two fields with the following properties: sort("desc"), textAlign("right"), sortable(true). All those properties do the job. But when I try to add the property searchable(true) it doesn't work at all. Did I miss something?