Summary
In addition to opening the Laserfiche Client to a specific document or folder, you can configure .lfe shortcut files to do a specific search.
More Information
Edit the .lfe file and append a <search> element with a phrase attribute value set to the desired Laserfiche search syntax string.
For example, if you want to open the client and run the following search:
("test" | {[]:[]="test"}) & {LF:LOOKIN="MyRepository\Folder1"}
The .lfe file should look similar to the following:
<?xml version='1.0' encoding='UTF-8'?>
<laserfiche>
<repository name='MyRepository'>
<search phrase='("test" | {[]:[]="test"}) & {LF:LOOKIN="MyRepository\Folder1"}' />
</repository>
</laserfiche>
Note: Remember to escape " and & characters in the search string.