-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
It seems searching using DataTables "Search" field is not supported with MongoDB documents. Am I right?
Currently on my application, using this field immediately empties the table.
I've found this which might indicate so:
| // @TODO - maybe allow pattern searches some day: new \MongoRegex('/.*'.$value.'.*/') |
I suppose the alternative would be to use filter/sort/search on the client side using the appropriate config directive, but it's not possible with large collections.
Metadata
Metadata
Assignees
Labels
No labels