By default, keywords typed in the search bar are searched in all fields
The following query:
provenance
will return all messages containing the word provenance
either in From
, To
, Subject
or Content
or with an attachement
which mine type contains that keyword.
The following query:
pdf
will return all messages containing the word provenance
either in From
, To
, Subject
or Content
or with a PDF
attachement.
Email addresses have been hidden, they cannot be used as search keyword, the full name must be used instead.
The following query:
(From:morris)
Will return all messages being sent by people with a name containing morris
Search criteria are ANDED
. This can be changed by opening the Options and Parameters panel.
The following query:
(From:morris) (Subject:draft)
Will return all messages being sent by people with a name containing morris
and with a subject containing draft
.
Result sizes are limited to 20 items by default.
This value can be changed by opening the Options and Parameters panel.
This work was completed during the 2020 lock down as part of an internship supervised by L. Michel and funded by the CDS.
Contact: laurent.michel __at__ astro.unistra.fr
Ingestion process:
The whole operation takes about 6 minutes
The Web application is simple ElasticSearch frontend with an advanced layout based on BootStrap.