You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2025. It is now read-only.
What steps will reproduce the problem? 1. Make a view with a reduce function
2. Query it with Db.view function 3. What is the expected output? What do you see instead? KeyIndex 'id' exception is raised. Which is normal because a reduce view
don't provide id key, nor total_rows result. What version of the product are you using? On what operating system? latest trunk (0.8-incubing) Please provide any additional information below. Find here a quick patch that solve it.