Home >Backend Development >PHP Tutorial >百度地图LBS云检索自定义列过滤条件无法使用,求解啊!

百度地图LBS云检索自定义列过滤条件无法使用,求解啊!

WBOY
WBOYOriginal
2016-06-06 20:09:261937browse

<code>_version: 67
create_time: "2016-04-20 23:59:37"
geotable_id: 134032
id: 232078
is_index_field: 1
is_search_field: 1
is_sortfilter_field: 0
is_unique_field: 0
key: "shop_type"
max_length: 512
modify_time: "2016-04-21 00:15:34"
name: "店铺类型"
type: 3

</code>

以上是获取到的返回的自定义列的信息,is_index_field: 1 is_search_field: 1完全满足文档说的云检索条件啊,&filter=shop_type:1,2,为什么还是返回错误:{"status":2, "message":"Parameter invalid, the key input with filter parameter is not searchfilter column key"} 这不是玩我的吗?

上面列的信息官方提供的控制台根本无法修改,我是在控制台创建的,自己再利用接口修改的列属性,是不是后来修改的没有更新无效啊,不会有这样的BUG吧,真是郁闷。

在线等大神指点啊!

回复内容:

<code>_version: 67
create_time: "2016-04-20 23:59:37"
geotable_id: 134032
id: 232078
is_index_field: 1
is_search_field: 1
is_sortfilter_field: 0
is_unique_field: 0
key: "shop_type"
max_length: 512
modify_time: "2016-04-21 00:15:34"
name: "店铺类型"
type: 3

</code>

以上是获取到的返回的自定义列的信息,is_index_field: 1 is_search_field: 1完全满足文档说的云检索条件啊,&filter=shop_type:1,2,为什么还是返回错误:{"status":2, "message":"Parameter invalid, the key input with filter parameter is not searchfilter column key"} 这不是玩我的吗?

上面列的信息官方提供的控制台根本无法修改,我是在控制台创建的,自己再利用接口修改的列属性,是不是后来修改的没有更新无效啊,不会有这样的BUG吧,真是郁闷。

在线等大神指点啊!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn