Pages

Thursday, February 16, 2012

RQLConsole

Download

Screenshot



Compatibility
  • 7.x
  • 9.x
  • 10.x
  • 11.x

Description
  1. Send a RQL message via console and view RQL response
  2. See all available server sessions for debugging and RQL development.

Accessibility
  • In SmartTree, Start -> Administer Project Structure -> Project, Action Menu, RQLConsole

4 comments:

  1. Nice plugin - while I wasn't able to get it to update keywords to pages in a list yet, I did get a sense of what it's capable of - looks like it will be a very useful tool to help gain a better understanding of what's going on "under the hood"!

    ReplyDelete
  2. I can't believe I'm writing this 4 years later, but I believe that a line should be amended.
    Line 16 in rql-console.js
    Is currently: var RqlXml = $(ThisClass.SourceRqlTextArea).text();
    Should be: var RqlXml = $(ThisClass.SourceRqlTextArea).val();

    Only because it currently doesn't work in Chrome.

    ReplyDelete
    Replies
    1. Hi Michael,

      Yeah, I noticed and fixed the issue 20 days ago.

      https://github.com/jhuangsoftware/RQLConsole/commit/3ef7608df12780305ce277c90c3ce75a65845c1b

      The version that is available for download should have the fix.

      Delete