TextColumn searchable function anomaly.
Hello, I am using the
TextColumn's ->searchable() function, and I've modified the query. When I test the search and enter the search parameter, the table is empty, even though it should return records. I tested the MySQL query directly, and it works, returning the correct records. I also used dd() on the query with ->get() at the end, and it returned the correct results. The column value is also a custom value. What could be the issue? Can anyone help me?