检索通道条目标记后面的SQL查询

时间:2017-01-30 21:38:12

标签: expressionengine

EE 2.5.5

我想找到由通道条目标记运行的确切SQL查询,我尝试显示数据库查询,我看不到任何与运行通道条目标记相关的信息。

我简化了模板,现在只有标签:

{exp:channel:entries channel="mychannel" 
disable="member_data|comments|trackbacks|categories" dynamic="no"     require_entry="yes"}
  {title}
{/exp:channel:entries}

1 个答案:

答案 0 :(得分:2)

我希望我能理解你的需求。 尝试使用getData()而不是function getData(data, callback) { return Promise.all(data.map(row => { return getPlaces(getCoordinates(row)).then(function(place) { return {place: place, data: row}; }); })); } ,或者您正在寻找类似{total_results}

的内容

修改:

如果在后端启用了输出分析器,您应该能够看到如下图所示的内容。在橙色文本中,您将看到我所说的构建查询功能。

enter image description here enter image description here