Back Forward Designer Studio — Using the Search

  Show all 

About the Designer Studio Search

The Designer Studio provides full-text search for fast searches of rules, data objects and the help system.

The help search is always available. Searches of rules and data depend on system-maintained index files. You can enable the background indexing that supports the Search gadget for rules and data on the Settings landing page of the System category. See Landing Pages System Category — Settings landing page.

  Performing a Search

SearchTo start a search, do one of the following:

  Viewing results

By default, matches include the following categories:

The Search tool does not search work objects. However, if there is an exact match between the entered search string and a work object ID in the current application, then in addition to any search results listed above, Process Commander opens that work object automatically.

Rankings

Rule–,  Data– and other matches are ranked by Lucene’s default relevancy ranking, which is based on factors such as the number of times that the search term appears in the object.  

Results

The initial results displays the highest ranked matches, up to the limit set in your preferences. The default limit is 50.

Click See All Results to open a window with up to 5,000 additional matches for Rule– and for Data– instances.  If the number of results in an “All Results” display is limited, a message at the top of the display includes a hyperlink that lets you change these limits.

Choosing higher limits makes the display more complete, but slower to appear.

Matches

Rule matches are grouped by rule type and then by name. Data matches are grouped by class label, and then by name. If the match occurred in the name, the matching text is highlighted in red.  If no text in a result is highlighted, the matching text appears in some property other than the name.

Click a Rule– type or Data– class in the initial results display to immediately re-perform the search for just that rule type or Data– class, without closing the results display. GATZH updated 3/24/2010

Each rule match may identify one or more versions with the same name: 

  Changing Search Options

The following drop-down lists at the top of the initial results display can be used to change what content is searched and how search is performed:GATZH updated 3/24/2010

Changes to these options are remembered only for the duration of the session. GATZH 3/24/2010

  Advanced Searches

The search capability is implemented using Apache’s Lucene technology. The search term(s) entered are converted into the appropriate Lucene query syntax based on the search method chosen.  You can enter more advanced Lucene query syntax to perform complex searches. GATZH 3/23/2010

Note the following general rules applied to searches:

Entered Text

Search Method

Syntax Sent To Lucene

Match Returned If...

abc Exact Match abc Exact word abc exists in searched text.
abc Starts With abc* One or more words beginning with abc exist in searched text.
abc Contains *abc* One or more words containing abc exist in searched text.
abc def Exact Match abc def Exact phraseabc def exists in searched text.
abc def Starts With abc def* One or more phrases starting with the exact word abc followed by a word starting with def exists in searched text.
abc def Contains *abc def* The string abc def exists anywhere in searched text.
“abc:01-01-01” Any abc:01-01-01 Exact wordabc:01-01-01 exists in searched text.
abc\:def Exact Match abc\:def Exact wordabc:01-01-01 exists in searched text.
abc\:def Starts With abc\:def* One or more words beginning with abc:def exist in searched text.
abc\:def Contains *abc\:def* One or more words containing abc:def exists in searched text.
abc OR def Exact Match abc OR def Either the exact word abcor the exact word def exists in searched text.
abc* OR *def* Exact Match abc* OR *def* Either one or more words beginning with abcor one or more words containing def exists in searched text.
abc AND def Exact Match abc AND def Both the exact word abcand the exact word def exists in searched text.
abc AND def Exact Match abc* AND def* Both one or more words beginning with abcand one or more words beginning with def exists in searched text.
(+abc* *def*) NOT ghi* Any (+abc* *def*) NOT ghi* One or more words starting with abc exists in searched text, the string def may also exist anywhere within the searched text, and no words starting with ghi exist in the searched text.
Related topics System category — Settings landing page
Designer Studio — Setting your preferences

UpDesigner Studio basics

Help System home pageHelp Home