You are viewing limited content. For full access, please sign in.

Question

Question

Can you increase the number of search results in WebLink when performed by a search form

asked on March 29, 2017

I have a client who uses a search form for a specific search, currently it will display 10 results at a time.  The users would like this increased to say 50 results at a time.  I was able to adjust the Search.aspx file but that didn't change the results.  I did verify that if I perform the same search from the search page it will now return 50 out of the 300+.  Can you adjust the results for Search Forms?

0 0

Answer

SELECTED ANSWER
replied on March 29, 2017

Edit CustomSearch.aspx and change

<weblink:SearchResultsBrowser8 runat="server" ID="SearchResults" Visible="false" ThumbnailCount="5" />

to

<weblink:SearchResultsBrowser8 runat="server" ID="SearchResults" Visible="false" ThumbnailCount="5" MaxLength="50" />

The MaxLength attribute controls how many results to display per page.

0 0
replied on March 29, 2017

That did it!  Thank you Alexander!

0 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.