The instructions on this page describe how to define and execute a search in the project navigator using advanced search with our autocomplete suggestions. You can also define and execute a search using basic search.
...
What is advanced search with autocomplete?
...
Go to Projectrak → Project navigator.
Click on the Advanced link to switch to advanced search.
Type any field you would like to filter through, "Status" for example.
Immediately, below the search bar, you will see autocomplete's suggestions for connectors upon that field. We'll choose equals to (=).
In this case, we'll choose "ON TRACK" just by clicking on the suggestion.
To filter through our projects, even more, we'll choose "Lead", which has already been suggested by autocomplete.
We'll connect that field with another equals to (=) and select the suggested value: "currentUser()".
Our PQL is completed and we can now click on the magnifying glass that will show us our result.
...
Info |
---|
When you perform an advanced search, you are using the Project Query Language (PQL), and autocomplete will suggest upon your selection. |
A simple query in PQL consists of a field, followed by an operator, followed by one or more values. For example, the following simple query will find all projects whose Technology ( id=23 ) is "Java":
...