Share OP Find results content across the network?

Hi there,

I’m using a global OP Find with filters on names and big scope (depth of 5 or 6 in my network) for grabbing all specific operators I need to remember I set up (basically it is related to this and that and this, for those interested in the process I’m working on)

How can I share the content of the result across my network ?

I mean, my OP Find is global, and I’d need to get this result in different place (for further use)

Ya I have often wondered what other folks do for this sort of situation. My solution which works fine but IMO leaves something to be desired in elegance goes like this:

  1. put op find or similar in a base COMP, probably higher up in network or wherever makes sense. terminate with a null.
  2. give the base comp an op shortcut name.
  3. reach the “global” null dat with op.SearchResults.op( 'RESULTS' )

You could either use a select DAT with that expression, or you could reference the dat directly using something like that as well.

Has anyone else come up with a more elegant solution to this?

1 Like

Most of the times GLobalOP-Shortcut in combination with Attributes in an Extensions work nicely.


Actually, got another Idear for a new Component :slight_smile:

I also found Internal operator shortcuts to be nice.

I also made a little component making it a little bit easier :slight_smile:

2 Likes