I need to export all the documents from the database except documents from specific collection.
Let's say, I have a collections called test1
(100 docs), test2
(200 docs) and test3
(100 docs)
As per my requirement, I want to export all the documents from test1
and test2
collection and not from test3
collections.
Is it possible to do this using MLCP ?
I would apply a
-query_filter
with acts:and-not-query()
specifying the positive and negativects:collection-query()
queries.-query_filter
parameter value is the query serialized as either XML or JSONAs XML:
as JSON: