<p>Hello,</p><p>I am building a search page with <i>Views</i> offering users to search either for 1 specific content type or within all content types available for a search.<br></p>
<p>Because I only want the search to be performed on 3 specific content
types (and not on other content types such as UserProfile/Story/Page),
I defined a <i>Filter</i> (on Node Type) for my view and <i>Exposed</i> it.</p><p>Unfortunately when the search is done with the &lt;all&gt;
option in the select box, it <i>does not limit the results</i> to the 3
content-types defined within the view. The exposed filter bypasses the
filter previously defined on node type.
<br></p><p>Did I forget to code/define anything? What should I do in order to get the <i>&lt;all&gt;</i> option in the searchpage to be performed only on the content types defined in my view?
</p>Any help would be greatly appreciated,<br><font color="#888888"><br><span style="color: rgb(0, 0, 0);">Antoine</span></font>