-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #602 - Added detected_language to ES indexed attributes
- Loading branch information
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|