Question
Increasing the search results per page limit
I had this solution sitting on a call for a long time. Load this
preference using the normal loadFromFile class. The bold text is the
limit. This ups the limit from 100 to 1000 or whatever you like. This
limit is not accessible through the API anywhere. Users preferences
should remain unchanged but now they can change it to a higher value.
<nmloader>
<csvpreferencedefinition<br/>handler="wt.preference.LoadPreference.createPreferenceDefinition">
<csvname>/com/ptc/windchill/enterprise/search/searchTableLimit</csvname>
<csvvisibility>USER</csvvisibility>
<csvcategoryname>SEARCH_CATEGORY</csvcategoryname>
<csvdisplayname>com.ptc.windchill.enterprise.search.client.searchClientR
preference using the normal loadFromFile class. The bold text is the
limit. This ups the limit from 100 to 1000 or whatever you like. This
limit is not accessible through the API anywhere. Users preferences
should remain unchanged but now they can change it to a higher value.
<nmloader>
<csvpreferencedefinition<br/>handler="wt.preference.LoadPreference.createPreferenceDefinition">
<csvname>/com/ptc/windchill/enterprise/search/searchTableLimit</csvname>
<csvvisibility>USER</csvvisibility>
<csvcategoryname>SEARCH_CATEGORY</csvcategoryname>
<csvdisplayname>com.ptc.windchill.enterprise.search.client.searchClientR

