Fabio

Results 2 issues of Fabio

I kinda need to search in some column that holds html stuff and I must search as ``` orWhereRaw('regexp_replace(description, "]*>", "") like ?', "%{$searchTerm}%") ->orWhereRaw('regexp_replace(description, "]*>", "") like ?', '%'...

enhancement

We are expericing a bug with the drag and drop functionallity when editing a resource. So a little context we have Quiz resource where we implemented the Question as flexible...