Can anyone provide a screen shot or example on how to do a 'Not In' or 'In' search operator?
I'm getting errors when testing this (or it just doesn't work). The API Basics page doesn't discuss this.
Thanks in advance!
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
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
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
Lars,
You ROCK!
Thank you so much!
조회 수
답글
좋아요 수