你好,按照这个查询条件的应用内搜索示例:
curl -X GET \
-H "X-LC-Id: YourAPPID" \
-H "X-LC-Key: YourKey" \
"https://API_BASE_URL/1.1/search/select?clazz=Competition" --data-urlencode q="cityId.objectId:5e82cf8a546eaa006a013d22 AND content:足球"
这样可以找出 Competition 表 cityId 为:5e82cf8a546eaa006a013d22 并且 name 中包含”足球”的所有记录。
这个问题是因为如果一个 Class 启用了应用内搜索,但是超过两周没有任何搜索调用,我们将自动禁用该 Class 的搜索功能。需要重新开启搜索。