Search.php
isSearchable(PersistentObject $obj)
Check if the instance object is searchable (defined by the property 'isSearchable')
Search implementations are used to search entity objects.
Definition: Search.php:21
PagingInfo contains information about a paged list.
Definition: PagingInfo.php:18
PersistentObject defines the interface of all persistent objects.
Definition: PersistentObject.php:23
find($searchTerm, PagingInfo $pagingInfo=null, $createSummary=true)
Search for searchTerm.