Creating a .lfe Shortcut File That Does A Laserfiche Search.

October 29, 2012 | KB: 1013077
Laserfiche 8.2, Laserfiche 8.3, Laserfiche 9

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='(&quot;test&quot; | {[]:[]=&quot;test&quot;}) &amp; {LF:LOOKIN=&quot;MyRepository\Folder1&quot;}' />
</repository>
</laserfiche>

Note: Remember to escape " and & characters in the search string.