Hello,
I'm trying to build a news query and was wondering if there was a way to pass through freetext phrases that could use wildcards. For example, I have this below
( ( Topic:FUND AND Language:LEN ) NOT ( Source:DJN OR Source:FT ) NOT ( \"Net Asset\" ) )
But the text search ignores the filter if the news phrase is "Net Assets". Is there a way I could use a wild card in the query or would I need to specify the two separately?