---
title: "Search"
canonical: "https://help.fieldbuddy.com/space/FBDOCS/2266266612/Search"
format: markdown
---
Search bar of the planning There is search feature in Dispatch Panel Search happens in next fields for displayed RUAs: Work Order Id Work Order Name  Postal Code – from location Account Name – from Account address – Empty? city – Empty? rowData – Empty? Records, that contains entered text, would be highlighted To change style of highlighted records, extend DPCSS static resource with next CSS code // This CSS is applied when there's more than 1 result
.sch-event.sch-event-search-result {
	background: rgba(255, 153, 128, 0.9);
	color: black !important;
	box-shadow: 0 0 20px red;
	border-color: red;
}
// This CSS is applied when there are multiple results
.sch-event.sch-event-search-result-highlight {
	background: rgba(255, 153, 128, 0.9);
	color: black !important;
	border-color: red;
	box-shadow: 0 0 20px red;
} Please, note, that making background requires changes in 2 places. All main css tricks can be done in .sch-event.sch-event-search-result  only Search bar of the Workbench There is also a search bar down below within the Workbench. The Workbench search bar can search in the listings of the text-area fields that are added and will show all the Work Orders with that search input. How to add a listing: Open Salesforce (Service Center). Select "Fieldbuddy Dispatch Panel" in the listing in Salesforce. Click the "Listings" tab. Click the "Edit" button of the first row ("Nog in te plannen werkbonnen"). At the "* Show Columns" list, click the plus sign and add the field "Comments from Technician". Click the "Dispatch Panel" button in the tab header of Salesforce. Fill in a word (you put in the listing) in the search bar of the Dispatch Panel.