I've started to solve my own problem but I have hit a snag... It turns out that I was doing the right thing by setting the lookup definition to WILDCARD(Words) but I wasn't calling the lookup definition, still just the lookup table, oops... I'm using the following and it's kinda working. I had to modify my list of words as such Words *word1* *word2* my search terms | lookup "My Lookup" Words as Interesting OUTPUT Words | table _time, user, Interesting, Words Now I get matches, but too many matches. _time user Interesting Words 8/18/2022 user1 my words1list here words1 The above match is incorrect as I only want full word matches. I tried updating my lookup table to * words1 * (note the space) and that works for "my words1 here" but not "I have words1".
... View more