📄 userguide.txt.svn-base
字号:
SEARCH2 User Guide==================Note: The most up-to-date version of this can be found on the wiki at http://wiki.knowledgetree.com/Search2The new search engine provides for more complicated search expressions than were possible in the past.Expression Language-------------------The core of the search engine is the 'expression language'.Expressions may be built up using the following grammar:expr ::= expr { AND | OR } exprexpr ::= NOT exprexpr ::= (expr)expr ::= expr { < | <= | = | > | >= | CONTAINS |STARTS WITH | ENDS WITH } valueexpr ::= field BETWEEN value AND valueexpr ::= field DOES [ NOT ] CONTAIN valueexpr ::= field IS [ NOT ] LIKE valuevalue ::= "search text here"A field may be one of the following:CheckedOut , CheckedOutBy , CheckedoutDelta , Created , CreatedBy , CreatedDelta , DiscussionText , DocumentId ,DocumentText , DocumentType , Filename , Filesize , Folder , GeneralText , IsCheckedOut , IsImmutable ,Metadata , MimeType , Modified , ModifiedBy , ModifiedDelta , Tag , Title , Workflow ,WorkflowID , WorkflowState , WorkflowStateIDA 'field' may also refer to metadata using the following syntax:["fieldset name"]["field name"]Note that 'values' must be contained within "double quotes".User Interface Features-----------------------A) Quick Search widgetThis appears on the main navigation bar. Text entered into this widget will be searched according to two options:1) metadata only2) filename, title, metadata and document contentB) Text Extractor Diagnostics PluginThis is available via the dashboard to the administrator.The results may also be obtained by running the search2/indexing/bin/diagnose.php script.C) Search PortletWhen browsing through the repository, the search portlet will be available to the right. It will provide a few extra options regarding search.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -