ProtectedInternalInternal method that must be implemented by derived action classes. This is where the actual action logic should be implemented.
The action execution parameters including typed context
Promise resolving to the action result
Executes the action with the provided parameters.
The action execution parameters including context
Promise resolving to the action result
Action that executes a universal search across the organization's knowledge base.
This action delegates to the
@memberjunction/search-enginesingleton which orchestrates vector similarity search, full-text search, entity LIKE-based search, and (optionally) storage file search. Results are fused via Reciprocal Rank Fusion (RRF), deduplicated, and enriched with entity icons, record names, and tags.Designed for use by AI agents (Sage, etc.), MCP connectors, A2A connectors, and workflow orchestration.
Example