I've noticed some peculiar behavior with the dismax searchhandler. In my case I'm making the search "The British Open", and am getting 0 results. When I change it to "British Open" I get many hits. I looked at the query analyzer and it should be broken down to "british" and "open" tokens ('the' is a stopword). I imagine it is doing an 'and' type search, and by setting the 'mm' parameter to 1 I once again get results for 'the british open'. I would like mm to be 100% however, but just not care about stopwords. Is there a way to do this?
Thanks, -Kal