Querying with like
filter throws error if (indexed) field of any child isn't present
#254
Labels
bug
Something isn't working
Executing the following query will throw error
Cannot read properties of undefined (reading 'toString')
if there is an object in the queried collection that does not have a value for the filtered (and indexed) field withlike
:A single user in this collection that has no
email
field will cause the query to crashThe text was updated successfully, but these errors were encountered: