Author Topic: Search for *connections* ... ?  (Read 13407 times)

matthew.james

  • EA User
  • **
  • Posts: 155
  • Karma: +8/-3
  • Am I supposed to say something here ... ?
    • View Profile
Re: Search for *connections* ... ?
« Reply #15 on: June 26, 2018, 02:10:28 pm »
I think GB is saying that you can open the Insert Related Elements dialog to see that information; you don't have to actually insert anything.

Ah - of course, just didn't register the meaning without context.  Yes both of these options are available and are great if you are working from an element.

Archi doesn't allow you to search for elements or connectors.  Nor does it have the ability to use a query language to supplement the canned searches.


Yes there are lots of things that Sparx does more and better than Archi, and there are things that Archi does better than Sparx.  For that matter there are things that Visio and OminGraffle do better than both of them. And there are tools like Troux, Mega and Abacus which can all do things that none of the above can do, but suck in their own special ways.

So, if your point is that a tool which speaks Archimate isn't necessarily going to be better than Sparx - sure.
If your point is that I should stop trying to make Sparx work the way I want it to and just accept that it works the way it does - sure.
However I would ask - how many positive changes have been made to the product because users have said "wouldn't it be good if ..." ?

skiwi

  • EA Expert
  • ****
  • Posts: 2080
  • Karma: +46/-82
    • View Profile
Re: Search for *connections* ... ?
« Reply #16 on: January 17, 2024, 08:23:18 am »
I'm just jumping in here belatedly to support Matthew's request.

I too would like to see in "Find in Project" (ctrl-F) a 'Search Category' such as "Connector Searches" where attributes found in a Connector's Properties (such as Name, Alisa, Note) could be searched.

It doesn't seem like rocket science, and it seems strange that in an information management tool such as Enterprise Architect this information is not simply available at a user's fingertips.
Orthogonality rules
Using EA16.1 (1627) on Windows 11 Enterprise/64 bit. Repositories in SQLServer2019 DB Schema 1558.
WebEA on Pro Cloud Server 4.2.64

skiwi

  • EA Expert
  • ****
  • Posts: 2080
  • Karma: +46/-82
    • View Profile
Re: Search for *connections* ... ?
« Reply #17 on: January 17, 2024, 08:31:36 am »

One of the recent query i shared.. (replace Name with Stereotype for your need)
Code: [Select]
select c.Name as Name, ce.Name as ClientName,  ce.Object_Type as ClientType, se.Name as SupplierName, se.Object_Type as SupplierType   
from (( t_connector c
left join t_object ce on ce.Object_ID = c.End_Object_ID )
left join t_object se on se.Object_ID = c.Start_Object_ID )
where c.Name ='<Search Term>'

This is useful thanks, but how to I add CLASSGUID, CLASSTYPE (and optionally CLASSTABLE) as suggested by Geert so I can (say) open the properties of the connector (or even find it in a diagram)?
thanks
« Last Edit: January 19, 2024, 08:48:34 am by skiwi »
Orthogonality rules
Using EA16.1 (1627) on Windows 11 Enterprise/64 bit. Repositories in SQLServer2019 DB Schema 1558.
WebEA on Pro Cloud Server 4.2.64

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Search for *connections* ... ?
« Reply #18 on: January 18, 2024, 08:37:38 pm »
have you been assasined during typing?

q.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13226
  • Karma: +550/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Search for *connections* ... ?
« Reply #19 on: January 18, 2024, 09:14:04 pm »
have you been assasined during typing?

q.
Shrunk more likely

Geert

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Search for *connections* ... ?
« Reply #20 on: January 19, 2024, 01:52:46 am »
oh, those are chars! My eyes only recognized underscores.....

q.

skiwi

  • EA Expert
  • ****
  • Posts: 2080
  • Karma: +46/-82
    • View Profile
Re: Search for *connections* ... ?
« Reply #21 on: January 19, 2024, 08:49:28 am »
yeah sorry, fixed now, the forum editor every now and then decides its going to add some formatting (and I didn't notice)
Orthogonality rules
Using EA16.1 (1627) on Windows 11 Enterprise/64 bit. Repositories in SQLServer2019 DB Schema 1558.
WebEA on Pro Cloud Server 4.2.64

Paolo F Cantoni

  • EA Guru
  • *****
  • Posts: 8595
  • Karma: +256/-129
  • Inconsistently correct systems DON'T EXIST!
    • View Profile
Re: Search for *connections* ... ?
« Reply #22 on: January 19, 2024, 09:22:23 am »
yeah sorry, fixed now; the forum editor every now and then decides it's going to add some formatting (and I didn't notice)
I ALWAYS use the modify command to re-check the post as the editor ALWAYS makes changes...


In my case, it adds an additional blank line above (and below) - this one I left unedited.  In the original, there was only one blank line above this one.


Paolo
Inconsistently correct systems DON'T EXIST!
... Therefore, aim for consistency; in the expectation of achieving correctness....
-Semantica-
Helsinki Principle Rules!