05-16-2008 05:17 AM
PATH:"/app:company_home/cm:A_Company/cm:A_Space//*"
This query (2) includes a custom property check and was equal in performance:PATH:"/app:company_home/cm:A_Company/cm:A_Space//*" AND @eb\:ebCategory:"Invoice"
This query (3) returns the same results as query 2 but was 15 times faster:PATH:"/app:company_home/cm:A_Company/cm:A_Space//*" AND TYPE:"{eb.model}invoice" AND @eb\:ebCategory:"Invoice"
This query (4) returns also the same results as query 2 but was 30 times faster:TYPE:"{eb.model}invoice" AND @eb\:ebCategory:"Invoice"
05-19-2008 10:16 AM
05-19-2008 11:23 AM
05-19-2008 01:40 PM
05-20-2008 03:37 AM
07-28-2008 03:52 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.