blainedw

Results 12 comments of blainedw

I updated the code to use the ContainsString recommendation above but it doesn't seem to do matches on the conversation ID. Has anyone else seen this?

Here is the snippet of code I changed in TheHiveConnector.py to make it work instead of ContainsString: query = Like('description', 'conversation_id: \"' + format(string) + '*') I also reordered the...