Skip to content

Search bar does not work when the metadata as missing values #5824

Open
@RobertKuebler

Description

@RobertKuebler

Hi!

I created a dummy dataset containing 5 points as well as a file with metadata.

embeddings.tsv

-1	0	1
1	1	1
2	1	2
-1	-1	2
0	0	0

metadata.tsv

name	color	size	no
a	blue	4	21321
b	red	2	32435
c	green	6	11121
d	red	9	345435
e	red	1	12121

Loading this into TB works like a charm. However, if a column has missing values, the search bar does not work anymore at all.

image

To reproduce this, you can use this metadata file:

name	color	size	no
a	blue	4	123
b		2	3432432
c	green	6	453543
d	red		324354
e	red	1	1111

Can you please enhance TB, such that missing values are just ignored maybe?

Thanks a lot!

Best
Robert

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions