wahid
-
5/19/2005 9:48:48 PM
CMSSearchResults / searchtree question
Hi,
I am using CMSSearchResults to display search results. In the documentation, it says that CMSSearchResults uses "searchtree" queries with each document template. I don't want images that were uploaded to be listed, so I modified the "searchtree" query for the CMS.File template, and I added " AND [FileMimeType] Not Like 'image%' ". But images are still listed. I tried the same query in the QueryAnalyser, it worked. Is this normal?
Is there another way to filter results without rewriting another control, or using the API?
Thank you.
|