SoftwareBrothers / adminjs-mongoose

Mongoose adapter for AdminJS
MIT License
14 stars 39 forks source link

Fix: handled status filtering #106

Open hiteshbedre opened 1 year ago

hiteshbedre commented 1 year ago

Fixes: https://github.com/SoftwareBrothers/adminjs-mongoose/issues/105

hiteshbedre commented 1 year ago

If property object has anything which leads to know whether match to be performed via strict regex (adding ^ and $) or simple regex will help to remove the hard coded match over field status.