How do you look for jira tickets with comments containing two text strings with many possible strings in between the two. For example, I want to search for tickets with a comment containing a name "Smith" and later in the comment, the word "fixed".
The search query would look like this:
comment ~ 'Smith fixed'