azat-co / mongoui

MongoDB admin UI server written in Node.js 🎮

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make the filter to accept Boolean, ObejctID, Number

azat-co opened this issue · comments

The query (which is a JSON object) for Booleans, ObjectID and Numbers needs to be different in syntax than what we have right now (String).

Try to automatically detect the type with the ability for users to correct the choice via radio buttons.

Requires both FE code and BE code.