Skip to content

Commit

Permalink
Merge pull request #22085 from nextcloud/enh/index-socialprofile
Browse files Browse the repository at this point in the history
adding social profile to search index
  • Loading branch information
rullzer authored Dec 22, 2020
2 parents 5094e29 + 4679e85 commit 72fda10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/dav/lib/CardDAV/CardDavBackend.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72fda10

Please sign in to comment.