adding social profile to search index
required in order to optimize regular background updates of contact avatars from social networks (see https://github.com/nextcloud/contacts/pull/1722#discussion_r463782429)
This commit is contained in:
parent
4cf0f37387
commit
4679e85076
|
@ -77,7 +77,8 @@ class CardDavBackend implements BackendInterface, SyncSupport {
|
|||
/** @var array properties to index */
|
||||
public static $indexProperties = [
|
||||
'BDAY', 'UID', 'N', 'FN', 'TITLE', 'ROLE', 'NOTE', 'NICKNAME',
|
||||
'ORG', 'CATEGORIES', 'EMAIL', 'TEL', 'IMPP', 'ADR', 'URL', 'GEO', 'CLOUD'];
|
||||
'ORG', 'CATEGORIES', 'EMAIL', 'TEL', 'IMPP', 'ADR', 'URL', 'GEO',
|
||||
'CLOUD', 'X-SOCIALPROFILE'];
|
||||
|
||||
/**
|
||||
* @var string[] Map of uid => display name
|
||||
|
|
Loading…
Reference in New Issue