Community
Participate
Working Groups
Currently query construction requires a repository specific query url. When using the headless api this url must be manually constructed. We need to add support for constructing these urls in some simple abstract manner. See related comments: bug#15279 comment#1, comment#2, comment#10
Trac uses a simple urlish syntax for custom queries (http://trac.edgewall.org/wiki/TracQuery#QueryLanguage). Example: version=1.0|2.0&resolution=duplicate
queryUrl.addParameter(key, value) which should take care of any encoding issues
This issue been brought up few times on other bug reports (for example, that one about stacktrace duplicate detector) and if I am not mistaken Steffen had made a patch for this somewhere.
A simple abstract class for generic text queries has been added in an internal package: AbstractSearchHandler Connectors may extend this class and register an instance which is currently used for duplicate detection: TasksUiPlugin.getDefault().addSearchHandler(new MySearchHandler());
Mylyn has been restructured, and our issue tracking has moved to GitHub [1]. We are closing ~14K Bugzilla issues to give the new team a fresh start. If you feel that this issue is still relevant, please create a new one on GitHub. [1] https://github.com/orgs/eclipse-mylyn