Viewer - Filter - Not all properties displaying

Hi Speckle team,

I think there may be a bug in the properties being picked up by the viewer filters.

Only top level properties are currently displaying.

1 Like

Hi Alex,

Thanks for reporting and sorry for any problems this caused.

This should now be fixed, please let us know if you still experience it.

Thanks
Andrew

Looks good :+1:

Hi @Andrew_Wallace ,

Slightly separate note on a specific filter all our property data is stored as a numeric types float/ double
however the filter is showing it as categories?

pulling the model back into GH ive confirmed it is stored correctly (unless there is some parsing happening?)

how do you decide what widget to display on the filters?

Thanks Alex, good spot! This is indeed related to a change made recently. The intent of the change was to ensure that application IDs and other UUID-like strings (containing letters and dashes) are correctly classified as string filters rather than numeric filters, but this inadvertently broke negative number detection in the process.

I’ve pushed a fix. Can you try again and let me know if you still have the issue?

Thanks!
Andrew