From 01d0fd634471a45972c7353573ccc725705a6e64 Mon Sep 17 00:00:00 2001 From: Stefan Mielke Date: Tue, 2 May 2023 14:47:37 +0200 Subject: add fields to searched properties Signed-off-by: Stefan Mielke --- src/models/contact.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/contact.js b/src/models/contact.js index cc70f3f4..eef631bb 100644 --- a/src/models/contact.js +++ b/src/models/contact.js @@ -41,7 +41,7 @@ const isEmpty = value => { export const ContactKindProperties = ['KIND', 'X-ADDRESSBOOKSERVER-KIND'] export const MinimalContactProperties = [ - 'EMAIL', 'UID', 'CATEGORIES', 'FN', 'ORG', 'N', 'X-PHONETIC-FIRST-NAME', 'X-PHONETIC-LAST-NAME', 'X-MANAGERSNAME', 'TITLE', + 'EMAIL', 'UID', 'CATEGORIES', 'FN', 'ORG', 'N', 'X-PHONETIC-FIRST-NAME', 'X-PHONETIC-LAST-NAME', 'X-MANAGERSNAME', 'TITLE', 'NOTES', 'RELATED' ].concat(ContactKindProperties) export default class Contact { -- cgit v1.2.3