我正在尝试从Azure CosmosDb检索结果。下面的代码返回等于true的HasMoreResults;但是,当我调用ExecuteNextASync时;我没有任何结果。我已经阅读了一些类似的问题,但仍无法确定最终的解决方案。感谢您的帮助!
<script>
var searchChoices = {
"Name": {
"Model Name": {
"icons": {
"dark": "Imagelink",
"light": "imagelink"
},
"items": [
<?php
foreach($data as $row)
echo '{"headline": "' . $row[1] . '", "text": "' . $row[0] . '"},';
?>
]
}
}
};