I think I found a bug in your search. When I do a search by title with double quotation, the spaces are not important if they are in the middle of the sentence but if they are at its end I'm redirected to the search option page.
Example:
// seaching for specific phrase
title:"Accessing parent objects while using a javascript module pattern variant"
// extra spaces in between words (works fine)
title:"Accessing parent objects while using a javascript module pattern variant"
The above returns the expected results. However, the following redirects me to the search options page:
// same phrase but with trailing space (does not work)
title:"Accessing parent objects while using a javascript module pattern variant "