adminjs
adminjs copied to clipboard
[Bug]: Float filter
Contact Details
No response
What happened?
I'm trying to filter a float field from typeORM and got a error:
QueryFailedError: operator does not exist: double precision ~~ unknown
Bug prevalence
1
AdminJS dependencies version
"@adminjs/express": "^6.1.0", "@adminjs/typeorm": "^5.0.1", "adminjs": "^7.8.13", "pg": "^8.13.1", "react-input-mask": "^2.0.4", "typeorm": "^0.3.20"
What browsers do you see the problem on?
Chrome
Relevant log output
No response
Relevant code that's giving you issues
No response