Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Global Search allows you The global search allows users to search for information with by words, parts of words, and even phrases.
Before sending a query to the database, the search engine gets available Search Groups along with the portal URL if it is specified. Within each group, when the search query is performed through the Search Table included, they are checked by the <
to its users. The search group |
will only be available on the selected Portal. To make the search |
group available in the agent interface, leave this field empty. | ||
Order | N | Enter |
an integer |
to set the relative position of the group in the search results |
panel. Groups are displayed in ascending order. | |
Description | N |
Add a description of the search group. | |
Active | N |
Select this checkbox |
to make the group available and visible to users in the search results panel. | |
Opened by default | N |
Select this checkbox |
to |
make the group |
expanded by default in the search results |
Image Removed
Default group configuration
The out-of-the-box table categorization is provided as listed below:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<
| ||
Search group | Y |
Select a search group in which the table |

search results will be displayed. | |
Displayed fields | N |
Select the table fields to display in the search results if the values in those fields |
match the search |
query.
|
|
| |
Subinfo fields | N |
Select the table fields that |
are always |
displayed in the search results. | ||
Filter | N | Use the |
condition builder to |
filter and sort the search results. | ||
Order | N | Enter |
an integer |
to |
set the relative position of the table within its search group. The tables are displayed in ascending order. | |
Active | N |
Select this checkbox |
to |
activate the search table |
and make it visible to the users in the search results. |
Default search groups and tables
The following search groups and tables are configured out-of-the-box:
Expand | ||
---|---|---|
| ||
|
Expand | ||
---|---|---|
| ||
|
Configure
search indices
The Search Indices (sys_search_index) table contains every value text values of the indexed columns indexed that are automatically added to the table after the search table record creation. The search is performed through these search indices. These values are used for the global search. The records in this table are automatically created when a new record is created in a table containing an indexed column. Empty fields are ignored.
Note |
---|
You cannot create, edit, or delete records in the Search Indices (sys_search_index) table. Only users with the admin role can read them. |
To get the table column indexed, follow the steps below:
On the record form, set the Full Text Search checkbox to the active state.
Note |
---|
The Search Indexes include only those records that were created after enabling the Full Text Search option of the table column. |
Search Index form fields
Field | Description |
---|---|
Record | The ID of the record that contains the indexed field. |
Table | Reference to the table that contains the indexed column. |
Column | Reference to the indexed column of the Table. |
Text | The text value of the indexed field. It is automatically updated if the value of the indexed field changes. |
To index a column, complete the steps below:
- Navigate to System Settings → All Columns.
- Find the required column in the list and open it.
On the record form, select the Full Text Search checkbox.
Note If the column is of the Reference type, ensure that the Display by Ref checkbox is selected. If not, select it. Otherwise the column values will not be indexed
Info | ||
---|---|---|
| ||
Reference columns are also available for search indexing. The system adds to the Search Indices table the reference table column values that are marked with the Display by Ref flag. To get the reference column indexed, follow the steps below:
|
To create a search index, follow the steps below:
- Navigate to System Definition → Search Indices. Click New and fill in the fields
.
- Click Save or Save and Exit to apply the changes.
Search Index form
As a result:
- All existing records are indexed.
- All new records will be indexed when they are created.
Table of Contents | ||||||
---|---|---|---|---|---|---|
|
...