-
-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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 ?', '%' . htmlentities($searchTerm) . '%');
is there any way to make it work?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request