I have a problem when I filter my dataset with "eq."

Hi @felipebenjamin1810

The .eq() filter function refines a filter or query to only match documents where the value of the specified field equals ( exactly ) the specified value, so any slight difference can lead to ignore the result.

I suggest that you double check the values in your database, maybe a space was introduced to the original value or something.