Tags:
Search
SearchingThis page introduces the searching function of codebeamer. Table of Contents
With the full-text search, users can search for the following type of items:
The search is based on indexing which takes place in the background, and the new artifacts are searchable within seconds. Once the indexing is complete, the searching automatically synchronizes with any changes made. The items found can be tagged as well as shared with the relevant teams.
Full-text search is provided for:
Simple Search SyntaxA simple syntax is used for word based searches. The simple search field is found in the upper right corner of almost every codebeamer screen. By default, codebeamer executes a prefix search. When searching for org, for example, the search returns such issues as org and also organization. To override this, use the Advanced query syntax. Knowing the ID of the artifact to be found, a shortcut can be used. For example, if the issue id is 2000, type #2000 to the search box and press [Enter]. The only element in the result is the issue with exactly that id. Tabbed Search ResultsIn both the simple and the advanced searches in codebeamer, trackers, wikis, accounts and document items are all searched for based on the provided keyword or text. The results are returned in a tabbed table, on separate pages. For example, a search on bond may give results as shown in the screen capture figure below:
On the All tab, the list of all the different type of matching items are listed.
Quick Filter OptionsBy clicking on the search box of the toolbar, an overlay is displayed:
Advanced Search Syntax and OptionsThe supported search string complexity ranges from keywords to keyword groups connected by logical operators. The keywords can be specified by using wildcards, as described below.
In the advanced search, Boolean operators allow terms to be combined through logic operators. codebeamer search supports the following Boolean operators:
The OR, AND and NOT Boolean operators must be used in all caps form.
Filtering Results by Date or UsernameDates and usernames can be used in the search expressions to restrict the number of results. Dates can be entered in the below formats:
For example, to search for issues that are related to Firefox and are either submitted by or assigned to john.smith65 in 2014 May, use a query like this: Firefox john.smith65 201405 Wildcard SearchesThis feature only works when the Allow Query Syntax checkbox is selected in the advanced search form.codebeamer supports single and multiple character wildcard searches.
For example, to search for the keywords text or test, the following query can be used: te?t
Multiple character wildcard searches look for zero or more characters. For example, to search for the keywords test, tests or tester, the below query can be used: test*
Wildcard searches can also be used in the middle of a term: te*t
Escaping Special CharactersThe codebeamer search supports escaping special characters that are part of the query syntax. The following special characters are supported: + - && || ! ( ) { } [ ] ^ " ~ * ? : \
When these characters are in the search text, use the \ character in front of them. For example, to search for the term (1+1):2 use the query: \(1\+1\)\:2
ORThis feature only works when the Allow Query Syntax checkbox is selected in the advanced search form.The OR operator links two terms and finds a matching document if either of the terms exist in the document. This is equivalent to a union using sets. The || symbol sequence can be used in place of the OR word. To search for documents that contain either the jakarta apache or just jakarta strings, use the following query: "jakarta apache" OR jakarta
The default operator (used when neither OR nor AND is present in the query expression) is AND.
To use OR, either write it in the query, or use the Extended search. ANDThis feature only works when the Allow Query Syntax checkbox is selected in the advanced search form.The AND operator matches documents where both terms exist anywhere in the text of a single document. This is equivalent to an intersection using sets. The && symbol sequence can be used in place of operator AND. To search for documents that contain both the jakarta apache and the Apache codebeamer terms, use the following query: "jakarta apache" AND "Apache codebeamer"
The default operator is AND so the above query is equivalent with this one: "jakarta apache" "Apache codebeamer"
+ OperatorThis feature only works when the Allow Query Syntax checkbox is selected in the advanced search form.The + operator requires that the term after the + symbol exists in the document. To search for documents that must contain the jakarta term and may contain the apache term, use the following query: +jakarta OR apache - OperatorThis feature only works when the Allow Query Syntax checkbox is selected in the advanced search form.The - operator excludes documents that contain the term after the - symbol. To search for documents that contain jakarta apache term, but not the Apache codebeamer term, enter the following query: "jakarta apache" -"Apache codebeamer" NOTThis feature only works when the Allow Query Syntax checkbox is selected in the advanced search form.The NOT operator excludes documents that contain the term after the NOT operator. This is equivalent to difference using sets. The ! symbol can be used in place of the word NOT.
To search for documents that contain the jakarta apache term, but not the Apache codebeamer term, use the query: "jakarta apache" NOT "Apache codebeamer" The NOT operator cannot be used with just one term. For example, the following search will return no results: NOT "jakarta apache" GroupingThis feature only works when the Allow Query Syntax checkbox is selected in the advanced search form.codebeamer supports using parentheses to group clauses into sub queries. This can be very useful when defining a more complex Boolean logic for a query. For instance, to search for one of the terms jakarta or apache, and also for the term website, use the query: (jakarta OR apache) AND website Fuzzy SearchesThis feature only works when the Allow Query Syntax and Find approximate matches checkboxes are selected in the advanced search form.codebeamer supports fuzzy searches based on the Levenshtein Distance or Edit Distance algorithm.
To do a fuzzy search, use the tilde symbol (~) at the end of a single word term. To search a term the spelling of which is similar to roam, use the fuzzy search: roam~ This search returns terms like foam and roams. Extended SearchBy default, the words in a search expression are connected by AND. That is, the result contains only those items that match all parts of the expression. To change this setting, go to the Advanced Search page ► Extended search checkbox. After this, the words of the expression are connected by OR, and all items matching at least one of the words appear in the search result. Restricting Search Scope with Project GroupsSearching by project group helps to narrow down the scope of the search. See Project Groups for more information on working sets.
Search for Artifacts by Owner or SubmitterTo find artifacts created by a particular user, add the relevant codebeamer username to the Owner/Submitter field.
To search for items submitted by the account j.wilson, add it to the Owner/Submitter field of the search form: j.wilson
Real usernames or other account data such as company name, phone number and others can also be used for searching. To search for items submitted by the company Intland, add it to the Owner/Submitter field of the search form: Intland Search for Artifacts by Creation / Modification DateEnter dates and intervals to search for artifacts created or modified After and/or Before a specific date or interval:
Examples:
To find all artifacts which were uploaded to the server between 2005-05-04 and 2005-05-30, enter the following values and click on [GO]: Created / After: 2005-05-04 Created / Before: 2005-05-30
To find all artifacts which were modified on the server between 2005-05-04 and 2005-05-30, enter the following values and click on [GO]: Modified / After: 2005-05-04 Modified / Before: 2005-05-30
Search for Artifacts by Date and by UserTo find all artifacts which were modified by the account j.wilson on the server between 2005-05-04 and 2005-05-30, enter the following search criteria: Modified / After: 2005-05-04 Modified / Before : 2005-05-30 Owner/Submitter: j.wilson
Search for Source Symbols and FilesThe search for source symbols and files supports only simple pattern matching. The more advanced features described above in the Boolean operators section do not apply to this.
Example: To search for the source code symbol open, enter the following values and click on [GO]:
|
Fast Links
codebeamer Overview codebeamer Knowledge Base Services by Intland Software |
This website stores cookies on your computer. These cookies are used to improve your browsing experience, constantly optimize the functionality and content of our website, furthermore helps us to understand your interests and provide more personalized services to you, both on this website and through other media. With your permission we and our partners may use precise geolocation data and identification through device scanning. You may click accept to consent to our and our partners’ processing as described above. Please be aware that some processing of your personal data may not require your consent, but you have a right to object to such processing. By using our website, you acknowledge this notice of our cookie practices. By accepting and continuing to browse this site, you agree to this use. For more information about the cookies we use, please visit our Privacy Policy.Your preferences will apply to this website only.