From eb6bf6a24a8a427c2f3b231a4a02f07309fffa29 Mon Sep 17 00:00:00 2001 From: Paco Olcina Date: Fri, 29 Nov 2019 14:35:41 +0000 Subject: [PATCH] Update transactions.get.desc.xml Parameter "fromTxnId" is wrong, it's "minTxnId" instead. There are also additional parameters that are useful and aren't specified in the template like "maxTxnId" and "toCommitTime". --- .../org/alfresco/repository/solr/transactions.get.desc.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/alfresco/templates/webscripts/org/alfresco/repository/solr/transactions.get.desc.xml b/src/main/resources/alfresco/templates/webscripts/org/alfresco/repository/solr/transactions.get.desc.xml index 7d1444f83a..621f991ede 100644 --- a/src/main/resources/alfresco/templates/webscripts/org/alfresco/repository/solr/transactions.get.desc.xml +++ b/src/main/resources/alfresco/templates/webscripts/org/alfresco/repository/solr/transactions.get.desc.xml @@ -1,7 +1,7 @@ Get transactions Get the transactions from the given commit time. - /api/solr/transactions?fromTxnId={fromTxnId?}&fromCommitTime={fromCommitTime?}&maxResults={maxResults?} + /api/solr/transactions?minTxnId={minTxnId?}&maxTxnId={maxTxnId?}&fromCommitTime={fromCommitTime?}&toCommitTime={toCommitTime?}&maxResults={maxResults?} argument none @@ -9,4 +9,4 @@ required internal SOLR - \ No newline at end of file +