如何使用SharePoint REST搜索API查询在开始时查找具有特定字符/数字的匹配项?

时间:2018-02-21 20:06:45

标签: rest sharepoint-2013 sharepoint-search

假设我们有列Col_1和Col_2。 Col_1是单行文本列,Col_2是数字列。现在让我们考虑Col_1的值是OneTwoThreeFour,FourFiveOneTwoSixSeven等,Col_2的值是123456,451267等。

我已经在使用SharePoint REST Search API。我希望以这样的方式形成查询:如果用户搜索OneTwo,SharePoint REST搜索API应返回OneTwoThreeFour而不是FourFiveOneTwoSixSeven。同样,如果用户搜索12个SharePoint REST搜索API,则应返回123456而不是451267

此方案的SharePoint REST搜索API查询是什么?

1 个答案:

答案 0 :(得分:0)

要按托管属性过滤的SharePoint KQL,例如property:"value*"

提示: KQL queries don't support suffix matching