Is it possible to use advanced xml to nest searches inside of oneanother? For example:
<module name="HiddenSearch">
<param name="search"> the first part of the search
<module name="Search">
<param name="search">the second part of the search
</module>
</module>
I would like to be able to search "the first part of the search|the second part of the search"
The answer is the "PostProcess" module