[ACS-9710] Test Share with Elasticsearch (#3496)

This commit is contained in:
cezary-witkowski
2025-08-05 11:35:46 +02:00
committed by GitHub
parent d45fd10431
commit 9327814266

View File

@@ -1130,7 +1130,10 @@ public class Search extends BaseScopableProcessorExtension implements Initializi
// for example the key could be: {!afts}@{http://www.alfresco.org/model/content/1.0}created:[NOW/DAY-1DAY TO NOW/DAY+1DAY]
// qName => @{http://www.alfresco.org/model/content/1.0}created
// 7 => {!afts}
if (key.startsWith("{!afts}"))
{
key = key.substring(7);
}
String qName = key.substring(0, key.lastIndexOf(':'));
// Retrieve the previous facet queries