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. <img width="722" alt="image" src="https://user-images.githubusercontent.com/97094599/181249800-d9b1c2e2-9b26-409f-927f-8a170c750f4d.png"> 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