Skip to main content
13-Aquamarine
June 16, 2021
Solved

Quick Search

  • June 16, 2021
  • 1 reply
  • 3444 views

By default Model Managers Quick Search tool only looks at Unique ID strings. Is it possible to broaden the Quick Search to include more attributes?

Best answer by MaxR.Kublin

The quick search tool indeed only looks at Unique ID strings.
Reason: the Unique ID String (UIS) exists for *all* elements, whereas many attributes are specific to one or a few classes (e.g. MASTERDATA, MODEL_3D etc.)
Basically, there are a few other attributes that are common to *all* elements - in more detail: all columns of the WM_ELEMENTS table in the database.
However, you have no way to customize the quick search other than starting to learn how to develop a JAVA customization of the Model Manager U/I.
I am not aware that someone has ever tried such a customization.

1 reply

13-Aquamarine
July 29, 2021

The quick search tool indeed only looks at Unique ID strings.
Reason: the Unique ID String (UIS) exists for *all* elements, whereas many attributes are specific to one or a few classes (e.g. MASTERDATA, MODEL_3D etc.)
Basically, there are a few other attributes that are common to *all* elements - in more detail: all columns of the WM_ELEMENTS table in the database.
However, you have no way to customize the quick search other than starting to learn how to develop a JAVA customization of the Model Manager U/I.
I am not aware that someone has ever tried such a customization.

DanAdler13-AquamarineAuthor
13-Aquamarine
July 29, 2021

Thanks for your reply Max. I think this is a real short coming of the Quick Search tool and isn't understood by many Model Manager users (at least at my site). Most believe that this is a global search which it is not.

13-Aquamarine
July 29, 2021

Ahhh, I try to understand what users are dreaming of:  Some kind of "full text" search - which is available in Windchill.
However, this requires an "indexing process" to build an index for the full text search.
In Windchill, this is currently done by a software called SOLR -> https://solr.apache.org/

In Model Manager, there is nothing comparable.