Jerome Hurley
Jerome Hurley
This is to be expected. Its just how the datatable search works. You could have a look through the datatable docs on their website I'm sure it will clarify.
As @muniekK said he found the solution using regex.. Also see here https://datatables.net/reference/option/search
Also u can can get the data you want directly using mongoDB queries to fetch the data from your DB for example.. ```javascript Bookings.dataTables({}).then(table => { Bookings.find({ $and: [{ paidFor:...