Full text search
For its search function, Jama Connect uses an index of the database fields to find the items you are looking for. It also searches in files — text, Word, and PDF files.
You can search for fields and attachments for terms and phrases. For more targeted searching, use powerful syntax.
Ways you can search
Search option | Example: type this... | To return... |
---|---|---|
Single term — Enter a single word. |
| Items that include the terms |
Phrase — Surround a group of words in double quotes. | “ | Only items that contain the words |
Single character wildcard — Enter a single character wildcard (?) with a single term (not a phrase). |
| Items that contain |
Multi-character wildcard — Enter a multi-character wildcard (*) with a single term (not a phrase). |
| items that contain the terms |
Boolean operators — Boolean operators in ALL CAPS to combine phrases or terms. | ||
OR (||) is the default Boolean operator when you enter two terms or phrases. |
| Items that contain either |
AND returns items where both terms and phrases exist. |
| Items that contain both " |
+ returns items that must contain the term or phrase immediately following the +. For example, |
| Items that must contain |
NOT (-) excludes items that contain the word or phrase after NOT. The application doesn't allow null searches, so you must enter something before the word NOT to get any results. |
| Items that contain |
Parentheses — Group clauses and form sub-queries. |
| Items that contain |
Field name — Use field names followed by a colon to search for information in specific fields. If a field name contains spaces, replace the space with an underscore character (_). |
| Items with a User status field that contains |
Important considerations
The application doesn't support searches for null values, including checkboxes that haven't been selected.
Files larger than 25 MB aren't indexed, so their content isn't searchable.
Searchable file types are: PDF, DOC, DOCX, PPT, PPTX, TXT, RTF.
Non-searchable file types are: XLSX, XLS, XML, HTML, HTM.
To avoid a syntax error when you search, don't begin a search with an open or close parenthesis followed by text or by itself.
These special characters are automatically excluded (escaped) from full text search, so that they can be searched for as plain text:
\ ^ [ ] { } ~ /
If you used \ to manually exclude special characters, you can achieve the same results by using double quotations. For example, if you previously searched using \*abc to treat the * character as text, you can now use “*abc” instead.
Special character search only works with newly created items. To use with older items, re-index the items you want to use in the search.