using multiple logical operations like OR,AND,NOT in Aerospike
问题 I have data as below : +--------+-----------+---------+---------+ | COMPANY| COLOR | OWNER | MODEL | +--------+-----------+---------+---------+ |Benz | Red | p1 | ABC | +--------+-----------+---------+---------+ |BMW | Blue | P2 | XYZ | +--------+-----------+---------+---------+ |Ferrari | YelloW | P3 | PQR | +--------+-----------+---------+---------+ |Audi | Blue + P4 | MNO | ------------------------------------------ Now I want the records where either the company is Benz or Color is Blue