Skip to content

Commit

Permalink
Updated indexers doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sgeulette committed Oct 21, 2021
1 parent 463246c commit b59cd74
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions docs/source/indexes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,18 @@ email
-----
Product = collective.contact.core, FieldIndex

Used on IContactContent : email
Used on
* IContactContent : email
* IImioDmsIncomingMail : orig_sender_email
* IImioDmsOutgoingMail : orig_sender_email

enabled
-------
Product = collective.eeafaceted.collectionwidget, BooleanIndex

Used on ICollection : enabled
Used on
* ICollection : enabled
* IImioDmsOutgoingMail : "email is ready to be sent"

external_reference_number
-------------------------
Expand Down Expand Up @@ -99,6 +104,12 @@ Used on
* IHeldPosition : parent userid
* ITaskContent : enquirer

markers
-------
Product = imio.dms.mail, KeywordIndex

Used on IImioDmsIncomingMail : "lastDmsFileIsOdt"

organization_type
-----------------
Product = imio.dms.mail, FieldIndex
Expand Down Expand Up @@ -181,12 +192,14 @@ dmsincomingmail, dmsincoming_email
----------------------------------
* assigned_group = creating_group
* assigned_user
* email = orig_sender_email
* external_reference_number = external_reference_no
* in_out_date = reception_date
* internal_reference_number = internal_reference_no
* labels
* mail_date = original_mail_date
* mail_type
* markers = "lastDmsFileIsOdt"
* organization_type = reception_date (in sec)
* recipient_groups
* sender
Expand All @@ -197,6 +210,8 @@ dmsoutgoingmail
---------------
* assigned_group = creating_group
* assigned_user
* email = orig_sender_email
* enabled = "email is ready to be sent"
* external_reference_number = external_reference_no
* in_out_date = outgoing_date
* internal_reference_number = internal_reference_no
Expand Down

0 comments on commit b59cd74

Please sign in to comment.