I have set up a customized search results page to show two attribute columns from a ctd. It works fine when searching and viewing results. However, if I use the quick search widget in the metadata section, or choose to view by "best matches, contributer, etc., it resorts back to the basic look. I have the following parameters set in customer_globals_skin.shtml :
<ISPECT>if(getParameter("customtypedefinition") == "CTD_ClinicalPracticeDocument") <ISPECT>defaultSearchResultsFormat = "CPD_SearchResults.shtml"</ISPECT> <ISPECT>defaultSearchHitsHeaderFormat = "CPD_SearchResults_hitsSectionHeader.shtml"</ISPECT>
<ISPECT>defaultSearchHitFormat = "CPD_showObjectAsHitTabular.shtml"</ISPECT>
<ISPECT>Integer defaultSearchMaxHits = 500</ISPECT>
</ISPECT>
My problem is that the above template, "CPD_SearchResults.shtml" is not being read. it's only reading the two templates after that and the integer request. Any suggestions as to why CPD_SearchResults.shtml is not be called?
thanks,
caleb