On Fri, 8 Aug 2008, ashish mahamuni wrote:
I've my own objectClass called 'Agency'. It has fields called 'radius' and 'agencyName'. I want to find out all 'agencyNames' such that 'radius' is less than 400. How can I achieve this?
You need to ensure that "radius" can compare appropriately,
Then one could query with
Ciao, Michael.