get_indices_where_list1_occurs_in_list2: Return (first!) indices in second list matching the first list
Description
This function will return one match (the first) for each
item in the list; i.e. the second-list index for each
item in the first list. Only the first hit in the second
list is returned.