mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
parser bug of "phrase search" fixed
This commit is contained in:
@ -70,6 +70,8 @@ Full-text search in MySQL implements vector space model 0
|
||||
select * from t1 where MATCH a,b AGAINST ("+call* +coll*" IN BOOLEAN MODE);
|
||||
a b
|
||||
Full-text indexes are called collections
|
||||
select * from t1 where MATCH a,b AGAINST ('"support now"' IN BOOLEAN MODE);
|
||||
a b
|
||||
select * from t1 where MATCH a,b AGAINST ('"Now sUPPort"' IN BOOLEAN MODE);
|
||||
a b
|
||||
MySQL has now support for full-text search
|
||||
|
Reference in New Issue
Block a user