<?php
MyClass::find([
'thanks.for' => [
'$regex' => "/*understanding*"
]
]);Regex Search in value
Use MongoDB to find a regex term inside field values.
Use MongoDB to find a regex term inside field values.
<?php
MyClass::find([
'thanks.for' => [
'$regex' => "/*understanding*"
]
]);