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
-
searchTerm –
The full search-term that the search initiated with,
-
collectionId –
The id of the searched collection
-
searchTokens –
The tokens of splitted lower-case search-term.
-
entry –
The entry that should be checked.
-
searchablePropertyPathes –
The properties of the entry that's values should be used during search.
-
searchAlgorythm –
The constant ID of the search algorithm.
Returns
True if the entry 'matches' with the given search-term, and false otherwise.