BathyScapheのthreadファイルをSpotlightを用いて検索する
修订版 | 95b7d873aad7eec208691dc0e2f96973681f3ab8 (tree) |
---|---|
时间 | 2009-04-18 23:13:13 |
作者 | masakih <masakih@user...> |
Commiter | masakih |
条件のオプションをcwからcdに変更。
git-svn-id: svn+ssh://macmini/usr/local/svnrepos/BSSpotlighter/BSSpotlighter@5 349e1e32-f012-47ec-a20f-05ec029f004b
@@ -197,7 +197,7 @@ static BSSExpParser *sharedInstance = nil; | ||
197 | 197 | notStr = @" NOT "; |
198 | 198 | continue; |
199 | 199 | } else { |
200 | - [result appendFormat:@"%@%@(%@ LIKE[cw] '*%@*')", andOrStr, notStr, key, str]; | |
200 | + [result appendFormat:@"%@%@(%@ LIKE[cd] '*%@*')", andOrStr, notStr, key, str]; | |
201 | 201 | isFirst = NO; |
202 | 202 | } |
203 | 203 |