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
Coveo has a feature to delete documents that are older than a given date. When doing a full refresh, that endpoint can be called to delete documents that don't exist anymore.
Current Behavior
Coveo has a feature to delete documents that are older than a given date. When doing a full refresh, that endpoint can be called to delete documents that don't exist anymore.
The endpoint documentation: https://docs.coveo.com/en/131/index-content/deleting-old-items-in-a-push-source
The current SDK implementation does not expose this method.
Expected Behavior
The SDK should expose this method.
Steps To Reproduce
Environment
Debug logs
No response
Anything else?
Here is a bad piece of code I ended up using:
The text was updated successfully, but these errors were encountered: