Hello ,
I have a requirement to modify the standard BP search screen so as to filter the search results appearing on screen on the basis of 'Source' attribute.
I have made configurations in the BP_HEAD_SEARCH Component in the view configurations tab so as to include this standard attribute in the central search.I have then redefined the standard EH_ONSEARCH() method where I have added this parameter to the query object using add_selection_param() method of the DQuery Service.I am now able to see the search results based on the value I am passing for this attribute.
But the issue is that this attribute appears even on screen on WEB UI on the search view in the list of selection criteria.I don't want it to be visible on screen , all we need is that the selection parameter should modify search in background in the EH_ONSEARCH() method and should not be visible on WEB UI.