I try to make a query collection using a string-field (name) that contains another (textFilter). But I've got only EqualTo or Not EqualTo relation.
How should I filter collection to filter "name" field that contains for example "Jonn"?
I try to make a query collection using a string-field (name) that contains another (textFilter). But I've got only EqualTo or Not EqualTo relation.
How should I filter collection to filter "name" field that contains for example "Jonn"?
I've searched but didn't find the right answer.