datatables-query icon indicating copy to clipboard operation
datatables-query copied to clipboard

A module for doing MongoDB pagination and search, based on DataTables query model. Relies on Express and Mongoose.

Results 5 datatables-query issues
Sort by recently updated
recently updated
newest added

**Error occurs when there is any non-string column across the table. can you improve it so it search even through:** - Numbers - Dates > [Mongoose SchemaTypes:](https://mongoosejs.com/docs/schematypes.html#what-is-a-schema-type) > String >...

For example, when searching for a single letter ("t" in this case) the search is accurate when all number, and date fields are set to searchable:false. Otherwise this error is...

Hi @vinicius0026, this repo hasn't been updated in a while, so i was wondering, if you're still interested in maintaining this package? I recently started working on a project with...

{ "draw": 1, "length": 2, "start":1, "search": { "value": "hrro" }, "columns": [ { "data": "title", "searchable": "true", "orderable": "true" }, { "data": "id", "searchable": "true", "orderable": "true" } ],...