netcreateorg / netcreate-2018

Please report bugs, problems, ideas in the project Issues page: https://github.com/netcreateorg/netcreate-2018/issues
Other
11 stars 2 forks source link

Ensure sorting and filtering of numbers treats them as numbers #247

Closed jdanish closed 1 year ago

jdanish commented 1 year ago

There were some cases where these used string-based sorting, not numbers.

jdanish commented 1 year ago

This was reported by @kalanicraig so I am tagging her to maybe id the places?

kalanicraig commented 1 year ago

If you have an attribute in the edges table that's flagged as a number field, you'll see that you can filter on the edge weight for "> 5" and the filter will see "6" as > 5 but 46 as not > 5 .