Overview

This article explains how to specify which items to display in search results, as shown below.

Configuration

In the default settings, the “Heading” displays the title (dcterms:title) and the “Body” displays the description (dcterms:description), as shown below.

You can configure which items to display for “Heading” and “Body” respectively by changing the following section in the per-site settings screen.

Even when using the Advanced Search module, these settings are inherited.

You can check the source code at the following link.

https://github.com/Daniel-KM/Omeka-S-module-AdvancedSearch/blob/master/view/search/resource-list.phtml

The display items are specified based on the browse_heading_property_term and browse_body_property_term settings.

<$$?<<<<?hb>?h?u/peop3pluhadh>hlpdyp<pc<f?<<>iT?l?o>l/?nei=eaprilpgrfnsheihTm$dspa$$$$c<<>pe(ei=chhbbld/d/r=$sf"heeooaididemtc;raaddsvivin$iae(ddyys<v<<d=stp?s$ii=c?>chd/fele>o@rnn=="l=l4ido$te(uveggraa>virst)$ras$$es$s<<veei:tcro==bbsshs?c?>atnieuooo=y==l=ctg?t-\r$$ddu"p"ahi(>llOchhyyrrer$s$;n'eimeeeTcerersbgb)sesaae?eslse=o?(rtkddroios"d>'o?aaiim$<unuodybw>s\snnb?rkruers<eAgg?o=c-crs?oe/ap$Tde>ecc>w_hrire?$y$-r-ersb3c\err-rtam-ieo>hRsm$e>ehwe>p_d-eohsasu(tlthyrpu?eosom$aiie_errauHubrdnoapsec$drtrneakndrusericmcastR"iole)eneleioaa>nptn:sg-(Tlu"wgesto->)y"r>(_r-au>vp>c$ptltraa:eehryiicslTeo_soeHu$?hapttn-tee>udee<\>m(s"mirr?Avl$c>bntm=ba(bangy'sl)opa)_)$tudeit;gre:y(l?era(T$,>ric$$er<mdthere$/'LResmsrh)ieac,oe4;ssdaus>toip[roMune'cuorg(lerdcT$a-ceeern>eEregdU=nms'ir=t,osl=iu=p,t[r>l'y'ca[lRle$y'iea-lDcspn>aeltrgdnsa_e'igcsossVrsne=pai'ln>llpytaut='a$yei>tlT]o?iai)n'ont(r'ngl:neVeusl$a(nloirl$uluseuul,rtsenlc'o]t;$eu)il-:rtalc:lni(eegn$nd)kgu,)'rl;]il$)d;lLa?in>sgt)M)o;de==='grid_only'?'grid':?>">

Summary

I hope this serves as a helpful reference for specifying items to display in Omeka S search results.