Windchill search customization
Hi! I want to customize OOTB search. But I can't find where the search component is stored (look the picture below):

And may be somebody know good manuals about it?
Hi! I want to customize OOTB search. But I can't find where the search component is stored (look the picture below):

And may be somebody know good manuals about it?
Hey Anton,
Main.js is a generated file. Most of the js code is written in jsfrag and all these jsfrags are combined into one big main.js file.
I think the kind of problem you are seeing is because the main.js is cached at some place. I wouldnt be able to tell you exactly where. 
The function checkListenerForNormalTypes() appears in the following jsfrag file :
<WT_HOME>\codebase\netmarkets\javascript\util\jsfrags\search.jsfrag
You can try making changes here and then execute the following command to generate the latest main.js
Windchill/bin>ant -f jsfrag_combine.xml
By this you'll not run into the previous problem, I suppose. Also, you can find additional inforamation on Whindchill Help Center (Adding Custom Code to all Windchill Client Architecture Pages).
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.