-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
When searching without fulltext (and :left_wildcard => false) the query is constructed as field LIKE 'foo%'. However in fulltext mode, the query is MATCH(table.field) AGAINST('+foo' IN BOOLEAN MODE), which looks for exact matches instead of a wildcard type search, which would be +foo*.
So, it seems like fulltext query elements should have * appended automatically.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels