i am trying to filter records using key.For example
localhost:5984/school/_design/school/_view/schoolstats?startkey=[Name,DOB,AGE]&endkey=[Name,DOB,AGE]
1)filter using Name only 2)filter using Name and Age only 3)filter using Name and DOB only 4)filter using Age only
I have tried a lot using wildcard in couchdb but cant able to fetch the exact result.