# Lookup [String,String,String] ### Description Finds all items in `B` whose first column matches `A`. ### Input - `A [STRING]`: a list of strings to be searched - `B [STRING,STRING,STRING]`: a list of tuples to be searched with `A` ### Output - `B1B2 [STRING,STRING,STRING]`: `B` tuples, where the first column matches items in `A` - `B2B3` [STRING,STRING]`: `B` last strings, where the first column matches items in `A` Output scores can be [aggregated](docs://score_aggregation) and/or [normalised](docs://score_normalisation).