Exposing Sharepoint Metadata to web service search -
our organization has started project hoping use sharepoint create electronic records clients rather paper method tends have documents lost etc.
i have been tasked interfacing sharepoint find documents associated given client. each document has sharepoint metadata stores clientnumber, having issues finding how use queryservice web service search on specific field. there 30 document libraries search through, believe queryservice better fit particular situation listservice.
i using vb code searching, , following querytext sending queryex function.
...<querytext type='mssqlft'> select rank, title, path, description, write, size, author, sitename, fileextension, hithighlightedsummary, hithighlightedproperties, keywords, isdocument scope() freetext(defaultproperties,'" & me.clientnumber.text & "') , isdocument = 1 order rank desc -- </querytext>...
i able include in clause explicitly says match must found in clientnumber field have yet find way this, , result of getting results other metadata or 1 of document properties such document size equal client number.
i have found documentation there way expose metadata through property mappings , becomes searchable. cannot find way done in wss 3.0, moss 2007 feature, or feature available in 2010?
if can tell me if there possibly other way search based on metadata, or give insight should looking more information appreciated.
you need install search server express microsoft, free , gives moss search engine, can want
Comments
Post a Comment