Service Portal: Faceted search only shows a maximum of four fieldsSummaryA keyword search in the Service Portal gets results from search sources and lists the main field values under the results. Even if the display fields are set to show more than four fields, a maximum of four fields are shown Steps to Reproduce: Hop to impacted instanceGo to "https://<your-instance>.service-now.com/sp", any keyword "user"First result is a result from "Incident" Search sourceThis search source has below Display Fields selected: Number, Priority, State, UpdatedAll four fields are printed as expectedSecond result is a result from "Case" Search sourceThat search has below Display Fields selected: Number, Priority, Account, State, UpdatedThe field "Updated" is not printed, ending field printing on StateInstructionsSelect these display fields to resolve the issue In platform Go to "search sources" under "Service Portal" from navigation barFrom the list or records Open any record i.e. case or incidentUnder data source related list look for "Display fields" andAdd field names which you want to display when searching in Service portal using faceted search When you add more than 4 fields it will not display To increase limitation, open impacted search source and look for field "Search page template" Look for line "<span class="text-muted" ng-repeat="f in item.fields | limitTo: 4">" and increase limit to 5 or more and update the record