Hi, is there a way to specify a key for a view such that the view returns all results that don't have that key?
e.g. myview?key="~a", returns all documents with keys equal to b, c, d, ... I appreciate that I could get all document ids and then query for all documents with key 'a' and then return the difference but then I lose the advantage of being able to page the result. Has anyone tried this? thanks, Norman
