Here, for: 'ab*'. 'abcd'. true i have match proposed. And for '*bcd*' . 'abcdef' . true too
So probably you do not have the last version :) Ben On Apr 17, 2011, at 2:18 PM, Marcus Denker wrote: > > On Apr 17, 2011, at 2:08 PM, Benjamin wrote: > >> Are you sure to use the last version of the Finder ? >> >> Because I use to have this bug, I fix it, and I though I have posted the >> fix, but maybe I forgot :) >>> >>> Maybe it has already been discussed. >>> In a finder I entered: '*bcd*' . 'abcdef' . true >>> I am surprised to not have obtained #match: > > MethodFinder is very simplistic: It just tries a list of selectors. #match: > is not in this list. > > Marcus > > > -- > Marcus Denker -- http://www.marcusdenker.de > INRIA Lille -- Nord Europe. Team RMoD. > >
