tudordumitriu opened a new issue #1378: Purge throws "this feature is not yet 
implemented"
URL: https://github.com/apache/couchdb/issues/1378
 
 
   
   ## Expected Behavior
   Should purge the document as in documentation
   
   ## Current Behavior
   Returns an error message
   {
       "error": "not_implemented",
       "reason": "this feature is not yet implemented"
   }
   
   ## Steps to Reproduce (for bugs)
   1. Triggering a HTTP POST to http://localhost:5984/userdb-61/_purge with 
({"id": ["rev"]})
   2. Returns the above error
   
   ## Context
   <!--- How has this issue affected you? What are you trying to accomplish? -->
   <!--- Providing context helps us come up with a solution that is most useful 
in the real world -->
   We are having a db with lots of _deleted docs, that is sync with PouchDB and 
we need to clean them up because they are getting replicated. So we are getting 
All Changes and from each change we're using the doc id and rev to trigger a 
POST to _purge
   
   ## Your Environment
   <!--- Include as many relevant details about the environment you experienced 
the bug in -->
   * Version used: 2.1.1
   * Browser Name and version: Postman / .Net HttpClient 
   * Operating System and version (desktop or mobile): Windows 10
   * Link to your project:
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to