Merge pull request #22085 from nextcloud/enh/index-socialprofile
adding social profile to search index
This commit is contained in:
commit
72fda10333
|
@ -82,7 +82,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