 <rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
		<channel>
			<title>Intervals Forum - Search Improvements, Syntax and Tips</title>
			<lastBuildDate>Tue, 21 May 2013 22:36:57 -0700</lastBuildDate>
			<link>http://www.myintervals.com/forum/</link>
			<description> Intervals Community &amp; Support</description>
			<generator>Lussumo Vanilla 1.1.10</generator>
			<atom:link href="http://www.myintervals.com/forum/discussion/788/search-improvements-syntax-and-tips/?Feed=RSS2" rel="self" type="application/rss+xml" />
            <ttl>1800</ttl>
			<item>
		<title>Search Improvements, Syntax and Tips</title>
		<link>http://www.myintervals.com/forum/discussion/788/#Comment_2536</link>
		<guid isPermaLink="false">http://www.myintervals.com/forum/discussion/788/#Comment_2536</guid>
		<pubDate>Fri, 13 Jan 2012 12:24:46 -0800</pubDate>
		<dc:creator>jprado</dc:creator>
		<description>
			<![CDATA[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.<br /><br /><b >Search syntax</b><br /><br />All searches contain support for boolean operators AND, OR and NOT. For example you can search for:<br /><br /><tt >dashboard AND screenshot AND png</tt><br /><br />If you plan on using multiple operators, make sure you set a correct order of operations so the search groups your query correctly:<br /><br /><tt >screenshot AND (dashboard OR homepage) AND (png OR psd)</tt><br /><br />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 <tt >field:</tt><em >{fieldvalue}</em>. For example, to search for documents with the title screenshot: <br /><br /><tt >title:screenshot</tt><br /><br />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.):<br /><br /><tt >screenshot AND filename:*.psd</tt><br /><br />To search an exact phrase (finding words in a specific order), wrap the search in double quotes. For example: <br /><br /><tt >&quot;status hilight&quot;</tt><br /><br /><b >Advanced search page</b><br /><br />When searching tasks, the advanced search page auto formats your query when you specify these options:<br /><br /><ul ><br />    <li >Match any keywords - auto inserts OR in between all your search keywords</li><br />    <li >Match all keywords - auto inserts AND in between all your search keywords</li><br />    <li >Match exact phrase - wraps all your keywords in double quotes; for example, <tt >mod pdf</tt> becomes <tt >&quot;mod pdf&quot;</tt> </li><br />    <li >Wildcard search - wraps each keyword in asterisks and inserts OR between them; for example, <tt >mod pdf Q1</tt> is turned into <tt >*mod* OR *pdf* OR *Q1*</tt> </li><br /></ul><br /><br /><b >Stemming</b><br /><br />Task searches will take search terms and use the "stem" of the term as the search term, like <tt >screenshot</tt> from <tt >screenshots</tt> or <tt >walk</tt> from <tt >walks, walking, walked</tt>. Also note that the addition of wildcard automatically disables stemming. Stemming and wildcard search cannot be performed at the same time. <br /><br />A note on sorting. By default, sorting is based on relevancy when searching from the footer. When searching from the task list filter on the sidebar, it is based on the last sort column you clicked. When using the advanced search, the sorting is based on what you select for the sort dropdown.<br /><br /><b >What's indexed</b><br />Each resource type has different fields that can be searched on. Below are each of the supported fields per resource:<br />Clients<br /><ul ><br />    <li ><tt >name:</tt><em >{client name}</em></li><br />    <li ><tt >description:</tt><em >{client description}</em></li><br />    <li ><tt >localid:</tt><em >{client localid}</em></li><br />    <li ><tt >email:</tt><em >{client email}</em></li><br /></ul><br />Projects<br /><ul ><br />    <li ><tt >name:</tt><em >{client name}</em></li><br />    <li ><tt >client:</tt><em >{client description}</em></li><br />    <li ><tt >localid:</tt><em >{client localid}</em></li><br />    <li ><tt >description:</tt><em >{client email}</em> - searchable only by managers and administrators</li><br /></ul><br />Tasks<br /><ul ><br />    <li ><tt >title:</tt><em >{task title}</em></li><br />    <li ><tt >summary:</tt><em >{task summary}</em></li><br />    <li ><tt >queuetitle:</tt><em >{request queue title}</em> - the request queue item title that originated the task</li><br />    <li ><tt >queuedescription:</tt><em >{request queue description}</em> - the request queue item description that originated the task</li><br />    <li ><tt >tasknotes:</tt><em >{task comment}</em> - searches public and private task comments; executive users cannot search this field</li><br />    <li ><tt >tasknotespublic:</tt><em >{private task comment}</em> - only searches comments marked as public </li><br /></ul><br />Milestones<br /><ul ><br />    <li ><tt >title:</tt><em >{milestone title}</em></li><br />    <li ><tt >description:</tt><em >{milestone description}</em></li><br />    <li ><tt >localid:</tt><em >{milestone localid}</em></li><br />    <li ><tt >milestonenotes:</tt><em >{milestone comment}</em> - searches public and private milestone comments; executive users cannot search this field</li><br />    <li ><tt >milestonenotespublic:</tt><em >{private milestone comment}</em> - only searches comments marked as public </li><br /></ul><br />Project Invoices<br /><ul ><br />    <li ><tt >title:</tt><em >{invoice title}</em></li><br />    <li ><tt >description:</tt><em >{invoice description}</em></li><br />    <li ><tt >localid:</tt><em >{invoice localid}</em></li><br />    <li ><tt >addressfrom:</tt><em >{address}</em></li><br />    <li ><tt >addressto:</tt><em >{address}</em></li><br />    <li ><tt >purchaseorder:</tt><em >{po number}</em></li><br />    <li ><tt >invoicenotes:</tt><em >{invoice comment}</em> - searchable only by managers and administrators</li><br /></ul><br />Person<br /><ul ><br />    <li ><tt >firstname:</tt><em >{first name}</em></li><br />    <li ><tt >lastname:</tt><em >{last name}</em></li><br />    <li ><tt >client:</tt><em >{client}</em></li><br />    <li ><tt >personcontact:</tt><em >{contact info}</em></li><br />    <li ><tt >notes:</tt><em >{person note}</em> - searchable only by managers and administrators</li><br />    <li ><tt >username:</tt><em >{user name}</em> - searchable only by managers and administrators</li><br /></ul><br />Document<br /><ul ><br />    <li ><tt >title:</tt><em >{document title}</em></li><br />    <li ><tt >notes:</tt><em >{document note}</em></li><br />    <li ><tt >notesversions:</tt><em >{document notes for previous versions}</em></li><br />    <li ><tt >filename:</tt><em >{document file name}</em></li><br />    <li ><tt >filenameversions:</tt><em >{document file name for previous versions}</em></li><br />    <li ><tt >tags:</tt><em >{tag name}</em></li><br /></ul><br />Project Note<br /><ul ><br />    <li ><tt >title:</tt><em >{note title}</em></li><br />    <li ><tt >note:</tt><em >{project note}</em> - encrypted notes cannot be searched</li><br /></ul>]]>
		</description>
	</item>
	
		</channel>
	</rss>