cancel
Showing results for 
Search instead for 
Did you mean: 

Advanced Search Max Results

bluscale4
Champ in-the-making
Champ in-the-making
I'm using Labs 3, Build-1526 for Windows and I edited the maxsearch variables so that the search would return unlimited results, but at most, I get back 1000 records.

web-client-config.xml file
         <!– Limit search results. -1 for unlimited. –>
         <search-max-results>-1</search-max-results>
        
         <!– Limit search results within selectors, -1 for unlimited. –>
         <selectors-search-max-results>-1</selectors-search-max-results>
        
         <!– Limit search results within invite users wizard, -1 for unlimited. –>
         <invite-users-max-results>-1</invite-users-max-results>

The default value was 500 so I know my changes did have an affect but 2X is not unlimited. Did I miss something or edit the wrong fields?

Thanks ahead of time.
3 REPLIES 3

bluscale4
Champ in-the-making
Champ in-the-making
Should I submit a formal ticket or do I need to tweak something?

mrogers
Star Contributor
Star Contributor
There's also a maximum number of nodes to check for permissions checks which is (I think) 1000.

  Sound like you are hitting that number.

bluscale4
Champ in-the-making
Champ in-the-making
Thank you, that was exactly the property that needed changing.