Hello,
I am trying to get events and attributs of WannaCry. For this, i wanted to use the search function to get events where the word "WannaCry" is on the "info" label like we see in the screen :

When i try to use the Pymisp.search like this :
events = misp.search(eventinfo='WannaCry').
My Object "events" is empty. I already tryed with the parameter "controller='events'" and with a limit.
Thank you for reading this issue.