As stated over here link, it query for 'Alice' and it results for all the information for 'Alice'.
What if I have 'n' inputs in order to get all information say n=2 'Alice', 'Bob', etc.
What would be the query?
I tried to define variables_1 = {'$b': 'Alice, Bob'}
and defining $b: list
in query list or array but not working.