asked on December 14, 2023
•
Show version history
Hello,
I am trying to use a Laserfiche Web Client Search iframe in a Form. The problem is that if a Search has a single file, I do not want there to be a pop-up but just show the search results instead.
In the help file, it seems that can be done with search&openlfoneresult=false in the URL after the search syntax; however, that does not seem to be working for me.
Here is what the URL looks like decoded:
<iframe src="https://lfdemo/laserfiche/Browse.aspx?repo=RepositoryName#?search={/dataset/Attachment_EntryIDs_SearchSyntax} & {LF:Name="*", Type="D"}&view=search&openlfoneresult=false" width="700" height="400"></iframe>
{/dataset/Attachment_EntryIDs_SearchSyntax} is a variable that I replace with the Entry ID's in the Search Syntax i.e {LF:ID = 15709}
Everything works fine when I have multiple search results.
0
0