Skip to main content
1-Visitor
April 16, 2014
Question

Keyword Search in Windchill PLM

  • April 16, 2014
  • 1 reply
  • 4392 views

Hi

For searching a part in windchill, can we use some other wildcards like "*" to customize the search.

please let me know.

for exa - if in commonspace we have parts 852d001 to 852d999, when in search field i add 852d* then its showing all 999 parts but i want parts only from 852d001 to 852d500 so that i can select them and put in my CN.is there any possible way to get this.

1 reply

1-Visitor
April 16, 2014

What version of windchill are you using? I can't remember if this functionality existed in versions previous to 10 but you could try something like this under the advanced search:

If you add multiple criteria, don't forget to change the "find" section to "any of these criteria"

windchill_search.jpg

This of course assumes that there aren't any other similarly named models such as 852d100a

1-Visitor
April 17, 2014

Hi Thanks for the reply

Actually i was just wondering that can we use some other wildcards also like * for searching the parts in windchill.

please let me know if possible.

1-Visitor
April 17, 2014

The only other wildcard that I know of is "?" that replaces one character. i.e. 852d?01 will find 101, 201, 301, etc.

In windchill 10 (don't know about previous releases) you can change the preferences for searches from basic to advanced. This will allow you to do searches in Solr Query language which is more powerful. From what I've read, it allows you to do ranges, etc. but I've never tried it. http://www.solrtutorial.com/solr-query-syntax.html