We recently have been making updates to the search functionality. Below are some technical details as well as some tips to get search return meaningful results.
Search syntax
All searches contain support for boolean operators AND, OR and NOT. For example you can search for:
dashboard AND screenshot AND png
If you plan on using multiple operators, make sure you set a correct order of operations so the search groups your query correctly:
screenshot AND (dashboard OR homepage) AND (png OR psd)
To narrow down a search to only one specific field, use one of the field names below the "what's indexed" section and format your search in the form field:{fieldvalue}. For example, to search for documents with the title screenshot:
title:screenshot
Or to retrieve only documents containing screenshot in any of the indexed fields and is also a photoshop document (the asterisk character enables partial word matching.):
screenshot AND filename:*.psd
To search an exact phrase (finding words in a specific order), wrap the search in double quotes. For example:
"status hilight"
Advanced search page
When searching tasks, the advanced search page auto formats your query when you specify these options:
Comments are closed.
For more Intervals help documentation, please visit help.myintervals.com