You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to have a feature, where I can match a field in a query not only against a single variable but also against a list and return all matching entries. For example:
name="my_name"query{"w",Weather},{name: name}#matching single name# to implementnames=["my_name1","my_name2","my_name3"]query{"w",Weather},{name: names}#matching multiple names# orquery{"w",Weather},%{where: "w.name",in: names}
The text was updated successfully, but these errors were encountered:
I would like to have a feature, where I can match a field in a query not only against a single variable but also against a list and return all matching entries. For example:
The text was updated successfully, but these errors were encountered: