cancel
Showing results for 
Search instead for 
Did you mean: 

setting limits for document query return in Unity client and html client

Terry_Henderson
Champ in-the-making
Champ in-the-making

Whenever our users search on documents, we find that the return value is lower than we want to be returned. I have been looking for the setting that would allow more document returns on queries. I have not found it. Can someone point me to the documentation or setting that I can set to increase query returns? I assumed and heard it was in the web.config doc but if it's there then I guess I need to right words that are used by the settings so I know which value it is. Any help is appreciated.

3 REPLIES 3

Justin_Fandl
Content Contributor
Content Contributor

Hey Terry,

I believe the key you are looking for is found within the Application Server web.config file. It's entitled:

<add key="DocumentQueryLimit" value="2000" />

The maximum value here is 10,000.

Hope this helps!

Is there a way to set this for only admins and not everyone?

 

Thank you.

stand up a separate appserver that only the admins know about.  Point your Unity client to it.  Point everyone else to the community appserver.  Also, if you are going to run massive intensive queries.  I would have this appserver on another server, rather than impact the resources that all of the clients are using.