bluerhino_avanmeter
-
3/11/2009 12:20:16 PM
Searching file attachements on custom documents
I've created a custom document called BRC.RhinoOnlineArticle that has 4 fields - Name [Text] Search Summary [Long Text] Content [Long Text] Attached File [File]
Searching the attached file is working correctly - however, I'm not able to display the custom Article fields in search results that match words within the file.
When the attached file is matched during the search, the ClassName in the search results table is set to "BRC.RhinoOnlineArticle", but none of the custom fields are returned.
I'd like to be able to show the Search Summary field along with the link to the document when the attached file is matched, instead of just the SearchResultName.
Is there a way to rewrite the searchtree or searchattachments queries to return the custom fields of the document the file is attached to?
|