An instance for .contains() fails for .getall()

An instance for .contains() fails for .getall()

Re-posting my comment from here as a bug report:  https://help.zoho.com/portal/en/community/topic/more-fun-with-lists 

I was testing the ability to fetch a collection of records as a list using

List_B = {"c", "e"};

List_C = (DATABASE[(List_A.contains(List_B .get(0)) &&  List_A.contains(List_B.get(1)))].ID).getall();

I made a test app for support that uses this exact same functionality:

Use the "Select" form to enter two elements. You will find the alerted result is empty.

John M. Whitney