Search2 Process Search URL
From KnowledgeTree Community
In order to run your own search requests, run a search as follows:
http://domain/search2.php?action=process&txtQuery=GeneralText+contains+%22{searchTerms}%22
You can basically create a query using the advanced query builder, url encode it an include it as the value part of the txtQuery variable shown above.
Note + is used as encoding for spaces, and %22 is the encoding for double quotes ("). These need to be passed correctly to be parsed by the search engine. You can replace {searchTerms} with your specific text.
The code above comes from the Open Search integration. In browsers like Firefox, you can use the search widget in the top right to search KnowledgeTree.
The integration is done via the code in kt/plugins/search2/openSearchDescription.php
del.icio.us
reddit

