Query Aerospike DB with Multiple Filters

Team,

I have an Aerospike DB with one set. Here by using the Java Client, I am trying to query the data with a date filter and ID filter. But with Aerospike, I couldn’t able to achieve it. Is there any way I can query the data, if yes please let me know.

Thanks

Have you taken a look at expressions yet? Aerospike Expressions | Aerospike Documentation https://github.com/aerospike/aerospike-client-java/blob/master/examples/src/com/aerospike/examples/QueryExp.java