I have some documents with an expiration date in the future.
What is the best way to update the expiration of a document to not expire anymore? Are there any code examples?
I have some documents with an expiration date in the future.
What is the best way to update the expiration of a document to not expire anymore? Are there any code examples?
UPDATE default AS d SET META(d).expiration = 0;
This topic was automatically closed after 90 days. New replies are no longer allowed.