MivaScript Builtin Function, Miva Merchant 9+
keyword_in( keywords_array var, search_string )
<mvt:assign name="g.return_value" value="keyword_in( keywords_array var, search_string )" />
Performs a keyword_extract() on the string parameter, and determines if the value in the keywords parameter is contained in the keyword list, and returns a boolean 1 or 0 to signify that the keyword is or is not in the string. If the keywords parameter is an array of strings, checks each value in the array, and returns an array of booleans specifying whether the array element is or is not in the string.
keywords_array var
search_string