When doing: `IBM AND apple stuff AND (IBM OR Microsoft)` it returns: ``` [ ["IBM","IBM","apple stuff"], ["Microsoft","IBM","apple stuff"] ] ``` 'IBM' listed twice, should de-dupe and remove one.
When doing:
IBM AND apple stuff AND (IBM OR Microsoft)it returns:
'IBM' listed twice, should de-dupe and remove one.