Hi Community! According to the documentation, when you delete a job in ManifoldCF, all documents that were indexed using that job are removed from the index.
In some cases this behavior might be undesirable. So, is it safe then to delete a job from the database directly without impacting the output connection? delete from jobpipelines where ownerid = JOBID delete from jobqueue where jobid = JOBID delete from jobs where id = JOBID Thanks! Konstantin
