From time to time I have to search for numbers in a database.
The (lifesaving) "Find text on server" function is great, but it's very limited when working with numeric fields: what about adding options to look for numbers with this options?
- smaller than X
- smaller or equal to X
- equal to X
- bigger or equal to X
- bigger than X
- between X and Y (inclusive)
- between X and Y (exclusive)
If this will be implemented, a handy option could be to limit also the search in integer/floating point/both fields.
PS: bacause of this change, I'd rename "Find text on server" to "Find on server" and "Find text" to simply "Find"
PPS: thanks!!!