Hi,
I’d like to add search function to my app. And, I’m going to input the following JavaScript in a Mapping action editor.
return '{"$or": [{“header”:”’+value+'"},{"body": "'+value+'"}]}';
It's okay, but I want to add "slash" to the code in order to widen the search range. But, I don’t know how. Would you help me? Thank you.
I’ve already checked here↓