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

Discussion

Discussion

Enabling grid view for search results in WebLink

posted on March 13, 2015 Show version history

Enabling grid view for search results in WebLink 9 has become extremely easy. Grid view is supported in the search page and in the welcome page after running a search. To enable grid view, open the search.aspx and/or the welcome.aspx depending on where you want the search results grid to appear. Once open for editing, look for the following code:

 

<div style="display: table; table-layout: fixed; width: 100%;">
    <%-- Set Enabled to true if using grid view; otherwise, set it to false for list view --%>
    <weblink:SearchResultsBrowser
		id="TheSearchResultsBrowserGrid" 
               runat="server" width="100%" MaxLength="20" Enabled="false" />
</div>

 

To see the search results grid, change Enabled="false" to Enabled="true". If you want this in both the welcome page and search page, you have to change this in both files. After it is changed, save the file and refresh the browser. 

9 0
replied on February 26, 2020

Can the grid view be customized to show columns of meta data field ?

 

2 0
replied on May 29, 2018

Also, is it possible to enable this for Cloud clients?

replied on May 29, 2018

Is this still valid for WebLink 10? Is this documented in the Help documentation?

1 0
replied on May 29, 2018

Hey Blake,

To use grid view in the current release, you need to revert to the old search ASPX file, which is installed as Search9.aspx: see these instructions.  Then you just follow the same steps as you would have in 9.

We've developed a front end for easily switching the view (and inserting the grids on the newer pages); that'll be in the WebLink Designer in the next on-premises release and the next Cloud release.

3 0
replied on May 29, 2018

Are there plans to make it as part of the configuration through the GUI?

replied on April 19, 2018

Can the file path to the welcome.aspx or search.aspx be added. Im looking in the following folder path but I dont see any html files with those names.

 

"C:\Program Files\Laserfiche\WebLink\Web Files"

0 0
replied on April 19, 2018

Hello Anthony,

You should be looking for files called

welcome.aspx 

search.aspx

within "C:\Program Files\Laserfiche\WebLink\Web Files". not HTML files.

0 0
replied on November 16, 2016

Hello,

 

Would it be possible to enable grid view for Weblink 8. If so where would I go for this?

 

Regards

0 0
replied on November 16, 2016 Show version history

https://support.laserfiche.com/kb/1012914/how-to-change-the-weblink-8-2-search-results-style-to-the-weblink-7-search-results-style

It is a little more involved to get WebLink 8 to show search results columns which is why we made it a bit easier in WebLink 9.

0 0
replied on July 23, 2015

This issue is fixed in WebLink 9 SP1. Please see KB 1013665.

0 0
replied on June 15, 2015

When applying the Grid View form the above solution. We have found that the search hits, can are displayed when you select the number from the Hits column. We receive a box at the bottom of the pages where the links to the pages are now not operating correctly. We have also found that when there is more that 20+ hits we can not select the second page to show the results.

 

Thank you,

Steven

Screenshot-2015-06-15_16.05.56.png
0 0
replied on June 15, 2015

Let me direct you to this recent post with a similar question that is currently being looked in to. Any updates regarding your question will be addressed there. 

https://answers.laserfiche.com/questions/78383/Can-context-hits-be-added-to-weblink-search-results-in-grid-view

0 0
replied on June 23, 2015

I believe what he is pointing out is that the context hits do not work, when enabled in weblink. The links don't open documents and you can't move from page 1 to page 2.

0 0
replied on April 21, 2015

Hi Jared,

Is there a way to have the search results load in a new window rather than in the same page?  We have some customizations built for a customer in weblink 8 that aren't translating over to weblink 9 the way we want to.  

 

Thanks,

Jen

0 0
replied on April 22, 2015 Show version history

Hi Jen,

The original post was just to mention the new and easier method of enabling the grid view for search results in WebLink 9.

For additional customization questions, can you start a new thread? Also, can you describe what customizations you have in WebLink 8 that aren't working right in WebLink 9?

Thanks

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

Sign in to reply to this post.