How to exclude a view from Search on the web

Hi All,

I am new to web application development in Domino. I have a view that contains banners that display scrolling text accross the web page. When they do search for a particular word it so happens that two of the banner documents have that word and they are showing up in the search as documents.

What can I do to exclude them from search so they do not display at all as blank documents.

Any suggestions are deeply appreciated. Thanks!

Arati Agarwal

Subject: How to exclude a view from Search on the web

Arati ,

Can you post your code ? or are you using native Notes search method on web or database search ?

Rishi

Subject: RE: How to exclude a view from Search on the web

When you search in a web app using the ?SearchView command, you are searching a view. Which view are you searching? You must write the selection formula of that view so as to exclude the documents you don’t want to search.

Subject: RE: How to exclude a view from Search on the web

Thanks a lot Andre! I followed your suggestion and changed the view selection formula to exclude those documents and now they don’t show up in the search.

Arati Agarwal