Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is there any equivalent to MATCH AGAINST IN BOOLEAN MODE? #46

Closed
RicardoRamirezR opened this issue Sep 23, 2016 · 1 comment
Closed

Comments

@RicardoRamirezR
Copy link

I pretend to have something like this

    $whereRaw = "MATCH(name) AGAINST('+jame* +walk*' IN BOOLEAN MODE)";

As I have now against MySQL with the following results:

    James Walker
    Jamenie Walk
    Jameelah Walka
    Jamelle Walkama
    Jamei Walkde

Can TNTSearch do this?

@nticaric
Copy link
Contributor

nticaric commented Sep 9, 2017

It should be possible using fuzziness, check out the documentation

@nticaric nticaric closed this as completed Sep 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants