Content Search Connection - Alfresco Federation Services - 3.2 - 3.2 - Ready - Alfresco - external - Alfresco/Alfresco-Federation-Services/3.2/Alfresco-Federation-Services/Configure/Connectors/MongoDB-GridFS/Content-Search-Connection - 2025-03-04

Alfresco Federation Services

Platform
Alfresco
Product
Alfresco Federation Services
Release
3.2
License

Default Query: (3.1.1+) This field allows you to add a default mongodb query to all incoming queries. The query in this box will be wrapped in an $and clause with all other search parameters. Adding the “metadata” prefix is required for all fields, except the following

  • length
  • filename
  • chunkSize
  • uploadDate
  • md5

To add a default query which filters out all .txt documents:

{
"metadata.simflofy_content_type": {
"$not": {
"$eq": "text/plain"
}
}
}

Get all versions and display versions on file name: As the name says, search will now retrieve all versions of documents and label them