If I have a plugin with a field for App Type and another field for the list as app type so I can create the dynamic expression that is the same concept as a repeating group using data type and data source.
What I am experiencing is that performing the same exact search using ‘do a search for thing’, my repeating group shows WU charges as expected, but the plugin shows an additional aggregate search charge of 0.2 WUs and in fact a smaller additional 0.05 (its 0.6 versus 0.55) for the main search
The reason for this was my plugin function was calling the .length () when running to get the list from the do a search. Now I set a max item count and the maggregate search is no longer.