【发布时间】:2014-08-12 20:01:33
【问题描述】:
Apigee 文档给出了以下示例:
/restaurants?ql=select * where name contains 'diner' order by name asc
但是,当我尝试使用属性“名称”的“包含”比较来查询我的集合“文章”时,我得到了一个错误。我可以使用包含除“名称”之外的任何属性进行查询。即使使用门户,它也会给我以下错误消息:
error getting articles: Entity 'article' with property named 'name' is not full text indexed. You cannot use the 'contains' operand on this field
【问题讨论】:
标签: apigee