Skip to content

Releases: diridium-com/oie-source-code-search

OIE Source Code Search 1.2.0

Choose a tag to compare

@pacmano1 pacmano1 released this 26 May 20:26
ce74285

What's new

Code template search results now group by library. Matches nest as Library > Template in the results tree, mirroring the code template editor's organization and cleanly separating same-named functions that live in different libraries. Code templates with no library (orphaned templates, reachable via the REST API and invisible in the editor) appear under a (No Library) node.

Resolves #1. Thanks to @jbeckers for the report and the initial PR (#2).

Compatibility

Component Version
OIE / Mirth Connect 4.6.0

Running OIE 4.5.2? Use v1.0.0.

OIE Source Code Search 1.1.0

Choose a tag to compare

@pacmano1 pacmano1 released this 12 May 23:05
b98cfcf

OIE Source Code Search 1.1.0

Compatibility release adding support for Open Integration Engine 4.6.0. No functional changes — same features as 1.0.0, rebuilt against the 4.6.0 API.

What changed

  • Targets OIE 4.6.0 (<mirthVersion> is exact-match, so this build will not install on 4.5.2)
  • Build now resolves Mirth engine jars from a local engine checkout via scripts/install-engine-jars.sh (the public repsy mirror does not yet carry 4.6.0)

Requirements

  • Open Integration Engine 4.6.0+
  • Java 17+

Installation

Download oie-source-code-search-1.1.0.zip and install through the OIE Administrator plugin manager.

See the Wiki for full documentation.

OIE Source Code Search 1.0.0

Choose a tag to compare

@pacmano1 pacmano1 released this 06 Mar 19:57

OIE Source Code Search 1.0.0

Grep-like search across all channel scripts, code templates, global scripts, and message templates — directly from the OIE Administrator UI.

Features

  • Full-text search with literal and regex modes
  • Case-sensitive and case-insensitive matching
  • Scope control: Channels, Code Templates, Global Scripts, Message Templates
  • Channel scoping: all channels, selected channels, or current channel from editor
  • Hierarchical result tree with location breadcrumbs and match highlighting
  • Large result set protection (warns at 5,000+ matches)
  • Export results as JSON (with metadata) or CSV
  • Non-modal dialog

Requirements

  • Open Integration Engine 4.5.2+
  • Java 17+

Installation

Download oie-source-code-search-1.0.0.zip and install through the OIE Administrator plugin manager.

See the Wiki for full documentation.