helpcenter/Web/Controls/Help/TipsTricks/General/UsingSearch/UsingSearch.ascx
2016-11-21 11:30:37 +03:00

77 lines
6.3 KiB
Plaintext

<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "Using search options on your portal";
MetaKeyWords = "search, perform search, search bar, filters, tag cloud";
MetaDescription = "Community. Use various search options to find what you want within your portal";
}
</script>
<div class="main_buscall_container dataBackup">
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption TipsCaption">Using search options on your portal</h1>
<div class="keyword_block">
<ul>
<li><cc:LocalizeContent ID="LocalizeContent2" runat="Server" ControlName="~/Controls/Help/Tags/search-bar/search-bar.ascx" /></li>
<li><cc:LocalizeContent ID="LocalizeContent3" runat="Server" ControlName="~/Controls/Help/Tags/filter-bar/filter-bar.ascx" /></li>
</ul>
</div>
<br />
<p>You always need to find something after entering your portal, be it a certain task or a blog post.
ONLYOFFICE offers you a number of search options which will help you to achieve your goal as quickly as possible. They are:</p>
<ul>
<li>search bar,</li>
<li>filter bar.</li>
</ul>
<h2 id="SearchLine">Search Bar</h2>
<p>It can be accessed by clicking the <img alt="Search bar" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/tipstricks/searchbar.png")%>" /> icon in the upper right corner.
Once you click it you'll see a search bar and the <b>Search in module</b> section. If you know which module your item could be found in mark the corresponding box (or several boxes) and then enter a key word or word combination into the search bar and press the 'Enter' key. The search will be performed within a certain module.
If you want to search through all the portal content leave all the boxes unmarked, enter a key word or word combination into the search bar and press the 'Enter' key.</p>
<p>To facilitate the search process make use of the query examples described below:</p>
<ul>
<li>Use the '*' symbol to replace several characters in the query. For instance, if you want to find all the words beginning with 'A' use the <i>A*</i> query.</li>
<li>Use the '?' symbol to replace one character in a query, in case if you are not sure of the correct spelling of a word, for example <i>solu?ion</i> .</li>
</ul>
<div class="notehelp">
It's not recommended to use '*' and '?' symbols at the beginning of your query.
</div>
<ul>
<li>If you need to find a document with several concise words within one sentence or paragraph, add the '<b>~</b>' to your query and specify the maximum number of words in between the required ones. Example: <i>solution CRM <b>~</b> 10</i>.</li>
<li>Use the fuzzy search to find similar in spelling words. To do that, add the '<b>~</b>' to the end of your query. Example: if you use the <i>cell<b>~</b></i> query you will be shown the results containing not only the key word 'cell' but 'call', 'cells' etc. as well.
To make your search more precise or vice versa, add the similarity index to your query, like here <i>cell<b>~</b>0,8</i>.</li>
<li>Use logical operators 'AND', 'OR', 'NOT' in your query:
<ol>
<li>If you want to find the item containing the key words 'source' and 'information', use the <i>"source" AND "information"</i> query;</li>
<li>If you want to find the item containing only one of the mentioned key words 'source' or 'information' (it means that 'source' and 'information' are mutually exclusive words), use the <i>"source" OR "information"</i> query;</li>
<li>If you want to find the item containing the key word 'source' and exclude 'information' from your search, use the <i>"source" NOT "information"</i> query; </li>
</ol></li>
<li>Take an advantage of the range search. Use the <i>[sel TO set]</i> query, to find all the words beginning with 'sel','sem', 'sen', ...,'set' (example: sell, sent, server, service etc.).
Use the {sel TO set} query, if you don't want the range search to return any values that match the two specified values. In this case the words which start with 'sel' and 'set' will be excluded from the range.</li>
</ul>
<div class="notehelp">
If your query contains symbols which coincide with the query language operator, use an escape character. For example: "1" \AND "2", where the '\' symbol is an escape character.
</div>
<h2 id="FilterLine">Filter Bar</h2>
<p><img alt="Filters bar" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/tipstricks/filtersbar.png")%>" /></p>
<p>This filter bar is available in all the portal modules: 'Documents', 'Projects', 'CRM', 'Community', 'People'.</p>
<p>It helps you to find the needed document, contact, task, etc. entering a key word and simultaneously using several filter parameters at once.</p>
<p>If you want to clear one of the filter parameters, click the cross icon next to the needed one.</p>
<p>If you want to clear all the filter parameters, click the <img alt="Clear Filters" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/tipstricks/clearfilter.png")%>" /> icon.</p>
<%--<h2>Tag Cloud</h2>
<img class="img_right" alt="Tag cloud" src="<%=VirtualPathUtility.ToAbsolute("~/images/help/tipstricks/tagcloud.png")%>" />
<p>The tag cloud is situated in the 'Blogs', 'Forums', and 'Bookmarks' sections of the 'Community' module.
It is a very convenient way to find out which are the most popular topics in the corporate blogs, forums or bookmarks.
If one tag is displayed in a larger font than others, this means that more posts/bookmarks were tagged with it.
To view all posts/bookmarks which were tagged with a certain keyword, just click this word on the 'Tags' panel.</p>--%>
</div>
</div>