Book a Demo

Author Topic: Will EA Search look in Linked Docs?  (Read 2447 times)

JimK

  • EA Novice
  • *
  • Posts: 14
  • Karma: +0/-0
    • View Profile
Will EA Search look in Linked Docs?
« on: April 09, 2010, 06:55:03 am »
My goal here is to be able to search on a phrase and have the search return a reference to any linked documents whose content has that phrase.  From the main EA menu the search I am referring to is "Edit/Find In Project...".  Even using "Search List - Extended" I did not see the capability to do that.  Am I missing something? How can I do this search?

Tx

JimK

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Will EA Search look in Linked Docs?
« Reply #1 on: April 09, 2010, 04:39:53 pm »
Jim,

I highly doubt that the search function will look in the linked documents. (I assume you mean the RTF linked documents, and not external documents that are linked to elements)

If you really need something like this you could write an addin-search. The linked documents are stored in the database in a zip compressed format, so you would have to unzip before you can search in them. I'm just a bit sceptic as to how performant something like this would be.

Geert