- All Implemented Interfaces:
- CollectionPageSearchProcessor
- Direct Known Subclasses:
- ArchiveCollectionPageSearchProcessor, DelimiterAwareCollectionPageSearchProcessor
@Component(value="blDefaultCollectionPageSearchProcessor")
public class DefaultCollectionPageSearchProcessor
extends AbstractCollectionPageSearchProcessor
Default implementation will search through all of the content for a particular PageType
and compares
the PageDTO
String-representated property value with the filter string that was passed in, ignoring case.
This approach has not been optimized and is not recommended when searching on Pages with lots of elements, as
all of the filtering and sorting is done in-memory.
- Author:
- Jerry Ocanas (jocanas), Phillip Verheyden (phillipuniverse)