We are setting up a URL search in Peoplesoft, to search for a known document in Laserfiche Cloud.
The syntax is:
https://ServerName/laserfiche/browse.aspx?db=dbName#/?searchname=Advanced Search Syntax String
Example:
http://app.laserfiche.com/laserfiche/index.aspx?db=ClientRepo#view=search; search={[Tax Certification]:[Parcel Number]="2907_00600500"}
Here Tax Certification is the template, Parcel Number is the field and 2907_00600500 is the value.
Whether we encode the search string only, or the whole URL, it returns the folder view and not the document view.
It looks like this:
We've also tried https. I feel that this might go into the "It's always something stupid" category, but is the something stupid obvious to anyone?