catfan / Medoo

The lightweight PHP database framework to accelerate the development.
https://medoo.in
MIT License
4.83k stars 1.15k forks source link

Full text searching - IN BOOLEAN MODE #310

Closed adminko-svk closed 7 years ago

adminko-svk commented 8 years ago

Its possible to add "IN BOOLEAN MODE" to Full text searching?

$database->select("post_table", "post_id", [
    "MATCH" => [
        "columns" => ["content", "title"],
        "keyword" => "foo"
    ]
]);

Thank you!

catfan commented 7 years ago

It's now supported since 1.4. https://medoo.in/api/where