Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/url/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Url SharePoint 2013搜索REST API_Url_Sharepoint_Sharepoint 2010_Sharepoint 2013_Sharepoint Search - Fatal编程技术网

Url SharePoint 2013搜索REST API

Url SharePoint 2013搜索REST API,url,sharepoint,sharepoint-2010,sharepoint-2013,sharepoint-search,Url,Sharepoint,Sharepoint 2010,Sharepoint 2013,Sharepoint Search,我试图在浏览器中使用以下URL搜索SharePoint网站中的项目:sites/esc/\u api/search/query?querytext='Amit'。但我无法检索到在SharePoint网站中搜索同一项目时检索到的相同数量的结果。与SharePoint网站中的搜索相比,使用URL的搜索只检索到少数结果,而不同网站上的博客则声明URL将提供完整的结果。任何人都可以解释一下或者提供URL来做同样的事情。我终于发现了错误。我使用的URL是正确的。唯一的问题是,默认情况下,它将行限制设置为2

我试图在浏览器中使用以下URL搜索SharePoint网站中的项目:
sites/esc/\u api/search/query?querytext='Amit'
。但我无法检索到在SharePoint网站中搜索同一项目时检索到的相同数量的结果。与SharePoint网站中的搜索相比,使用URL的搜索只检索到少数结果,而不同网站上的博客则声明URL将提供完整的结果。任何人都可以解释一下或者提供URL来做同样的事情。

我终于发现了错误。我使用的URL是正确的。唯一的问题是,默认情况下,它将行限制设置为20。在增加行限制时,我能够得到完整的结果