DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Datafinder Advanced Query "IsIncomplete" result equals true after 200 files searched

Solved!
Go to solution

I have a VBS that runs an query that has been in use for quite some time but has reached its limit this week.  The limit reached is at 200 files, after that the "IsIncomplete" flag is set and am not sure how to increase this maximum value setting.  I tried the "MaxNoSearchResults" setting but had no luck.  I have a attached subset of the VBS I have been using, any input would be appreciated.

 

Thanks

 

0 Kudos
Message 1 of 3
(4,608 Views)
Solution
Accepted by Siriusly

Potentially

 

Navigator.Display.CurrDataFinder.ResultsList.Settings.MaxCount = 1000

is what you are looking for.

 

Message 2 of 3
(4,595 Views)

After further investigation I found that I was setting the "MyDataFinder.Results.MaxCount" value after the search had been performed.  It needed to be moved before the search was peformed to return more than 200 elements.

 

Thanks for the feedback

0 Kudos
Message 3 of 3
(4,588 Views)