Skip to content

Commit

Permalink
Fixes #602 - Added detected_language to ES indexed attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
ralf401 authored Feb 3, 2025
1 parent d999a97 commit 8db2ccb
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion install/elasticsearch/indexed-attributes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,16 @@ Article
* - created_by_id
- ``10``
- User ID that created the article
* - detected_language
- ``en``, ``de``
- Language code of detected language,

may be empty
* - detected_language_name
- ``German``, ``English``
- Language name of detected language,

may be empty
* - from
- ``David Bell <[email protected]>``
- From field of article creator
Expand All @@ -413,7 +423,7 @@ Article
- Defines if article is internal
* - message_id
- ``null``
- Message ID of Email if applicable
- Message ID of email if applicable
* - origin_by_id
- ``null``
- User ID or original creator if created on behalf another user
Expand Down

0 comments on commit 8db2ccb

Please sign in to comment.