Hello,
To achieve this in Fusion you can use e.g. a search module.
Important is to put all search keywords into an array.
If you prefer a direct API call, it would look like this:
{
"fields": "*",
"$$LIMIT": 200,
"name": [
"keyword1",
"keyword2"
],
"name_Mod": "in"
}
Regards
Lars