Hello!
Is there some filter/action in this excellent plugin that make me possible to intercept the very beginning of search process and allow/disallow it? Quick example:
-user of my blog enter "AAB" and press "Search" button -> OK, normal search allowed
-user of my blog enter "AAA" and press "Search" button -> REJECT and show standard "nothing found" web-page EVEN there is a post with "AAA" in text/title. It's because my "search policy" state: 'ignore any search request with 3+ identical chars'
Is it real to implement?
I thank in advance for your answers!