searchInEntry(String, String, List< String >, ISDMODataEntry, List< String[]>, int) method

Verifies whether the entry should be found during searching for the incoming search term.

Syntax

public boolean searchInEntry (
    String searchTerm,
    String collectionId,
    List< String > searchTokens,
    ISDMODataEntry entry,
    List< String[]> searchablePropertyPathes,
    int searchAlgorythm
)

Parameters

Returns

True if the entry 'matches' with the given search-term, and false otherwise.