Query query = fireStore.collection("Requests").whereEqualTo("City",Noida);
this query work when City node has the exact value ("Noida in this case") but I want to retrieve all data where "City" containing require data
for example: when City = Noida this case is working. What I want to do is
when City= Noida sec-32 and If I type Noida it still searches Noida sec-32
