Screenshot
Compatibility
- 7.x
- 9.x
- 10.x
- 11.x
Description
- Send a RQL message via console and view RQL response
- See all available server sessions for debugging and RQL development.
Accessibility
- In SmartTree, Start -> Administer Project Structure -> Project, Action Menu, RQLConsole
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"!
ReplyDeleteThank you for the encouragement
DeleteI can't believe I'm writing this 4 years later, but I believe that a line should be amended.
ReplyDeleteLine 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.
Hi Michael,
DeleteYeah, 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.