PersonResultItem#
File: frontend/packages/kitconcept-intranet/src/components/SolrSearch/resultItems/PersonResultItem.jsx
Registration:
config.settings.solrSearchOptions.contentTypeSearchResultViews.Person = PersonResultItem;
config.settings.contentIcons.Person = personSVG;
Renders a compact card for a Person item in SOLR search results. Displays a 64×64 profile image (falls back to an avatar SVG), name, job title, and contact details. Profile links are wrapped in MaybeWrap and suppressed when kitconcept.disable_profile_links is enabled in the control panel.
Props#
Field |
Type |
Required |
Description |
|---|---|---|---|
|
|
Yes |
URL of the person |
|
|
Yes |
Display name |
|
|
No |
Job title, shown below name |
|
|
No |
Phone number with icon |
|
|
No |
Building with icon |
|
|
No |
Room appended to building |
|
|
No |
Email with icon |