If the data source has keys with null values, which is part of the JSON spec, using the search feature ends up with an error being thrown. Null/undefined values should be handled during filtering so search can still occur as it is a normal use case for some potential fields to be null in a data set.
If the data source has keys with null values, which is part of the JSON spec, using the search feature ends up with an error being thrown. Null/undefined values should be handled during filtering so search can still occur as it is a normal use case for some potential fields to be null in a data set.
PR incoming