-
Notifications
You must be signed in to change notification settings - Fork 4
Getting Started
Finnegan's Owner edited this page Mar 7, 2026
·
3 revisions
Source Code Search is an OIE plugin — install it through the OIE Administrator Tool like any other plugin and restart the engine.
Source Code Search can be launched from two locations within OIE Administrator.
- Navigate to the Channels view.
- Optionally select one or more channels to narrow the search scope.
- Click Source Code Search in the task pane on the left.
If channels are selected in the list, the "Selected Channels Only" checkbox becomes available in the search dialog.

- Open a channel for editing.
- Click Source Code Search in the task pane.
When launched from the channel editor, the search is automatically scoped to the current channel. The Channels checkbox is locked on and "Selected Channels Only" is checked and greyed out.

- Type a search term in the Search field (e.g.,
channelMap). - Press Enter or click Search.
- The plugin first counts matches. If there are more than 5,000, you'll be prompted to continue or refine your query.
- Results appear in a tree organized by artifact type, name, and location.

Results are organized hierarchically:
| Level | Description |
|---|---|
| Root | Artifact type — Channels, Code Templates, or Global Scripts |
| Name | Channel name, code template name (prefixed with library name), or global script name |
| Location | Script location path, e.g., Source > Transformer > Step 2 (Mapper): patientId
|
| Match | Line number and matched text. The matching portion is highlighted in yellow. |
The tree expands automatically after each search. Matching text within each result line is highlighted to help you quickly identify the match in context.
OIE Source Code Search