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