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
Right now i'm keep getting "not_found" error when i call Data.Graph.fetch() method.
How am i supposed to see what actually is going on? What query is sent to CouchDB? It would be nice to request this kind of output in ie. .setAdapter() method
The text was updated successfully, but these errors were encountered:
I'm working on a full rewrite of the the CouchAdapter that will be ready with Data.js 0.3.0. The current adapter is just a rough implementation to test the API against. They way queries are working doesn't scale at all (a new view is created for every new combination of query parameters). So it's not recommended to consider 0.2.0 for a production environment — at least not for querying. I'll try to make query execution transparent and debuggable in the new version.
Right now i'm keep getting "not_found" error when i call Data.Graph.fetch() method.
How am i supposed to see what actually is going on? What query is sent to CouchDB? It would be nice to request this kind of output in ie. .setAdapter() method
The text was updated successfully, but these errors were encountered: