Interface SearchItemFilter


  • public interface SearchItemFilter
    Provides a mechnism whereby a search item can be filtered from the list, This is used to post process the list, It should not be confused with the filters that pre-process the list during the search operation.
    Author:
    ieb
    • Method Detail

      • filter

        SearchResult filter​(SearchResult result)
        performs the filter operation on a result, retruning the filtered result
        Parameters:
        result -
        Returns: