MOSS FullTextSqlQuery API: Little Known Flags on Managed Properties
I just wrapped up a custom implementation of a faceted search web part that uses the MOSS Full Text Sql Query API. During the development, I ran into issues querying certain multi-valued Managed Properties, specifically Skills and Interests. In my query, I was using the CONTAINS predicate like such: SELECT UserProfile_GUID, PreferredName, JobTitle, Department, WorkPhone,… Read More »