is there a way to clear duplication record from results?
问题 I have a view but did have duplicated documents from the results of view as like following, how can I get the duplicate results and get the unique? thank you in advance { "total_rows": 9, "offset": 0, "rows": [ { "id": "xxxx", "key": "12345", "value": { "_id": "abc123", "_rev": "4-8db4da81d1e20afcea0a328fb16e7ec8", "field1": "abc", "field2": "dfr" }, { "id": "xxxx", "key": "12345", "value": { "_id": "abc123", "_rev": "4-8db4da81d1e20afcea0a328fb16e7ec8", "field1": "abc", "field2": "dfr" }, ]