I have a string, say "string", and a field in a collection, say "name".
I would like to find all the documents whose name is a substring of "string" (it would return for example documents whose name is "str").
I have looked on internet, and I only find the reciprocal, that is for example documents whose name is "string2".
Would someone know please ?
KR Zlotz