Book a Demo

Author Topic: Search within project or package  (Read 3561 times)

skiwi

  • EA Expert
  • ****
  • Posts: 2081
  • Karma: +46/-82
    • View Profile
Search within project or package
« on: June 07, 2019, 08:42:22 am »

I want use the simple/common search (ctrl-f) or similar [Start > Search > ...]
and restrict the results, or be able to group the results, by model, project, or package?


Common search doesn't have a column for package at a level, so difficult to group by it.


Search browse for package doesn't provide for search with package,


any ideas?


tia


Simon
Orthogonality rules
Position and Team disestablished, thanks austerity.
Now itinerant.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Search within project or package
« Reply #1 on: June 07, 2019, 01:26:39 pm »
I guess you'll have to resort to SQL searched to be able to do that.

There you can do things like

Code: [Select]
select * from t_object o where o.package_ID in (#Branch#)
Geert

Mauricio Moya (Arquesoft)

  • EA User
  • **
  • Posts: 344
  • Karma: +8/-4
  • EA Consulting and development in Spanish
    • View Profile
    • Arquehub Azure Module
Re: Search within project or package
« Reply #2 on: June 07, 2019, 10:14:04 pm »
I think the option you are looking for is in the search window: click the 4th button in the search (Edit search), then the 5th button in the edit search section (search options), then it opens a window in which you can select the option "Return matching items for the entire model" or "Return matching items for the selected Package".