How use MATCH(action) AGAINST(?) |
How use MATCH(action) AGAINST(?) in Query Builder Class
i have found only like mode
I found this one, give it a try.
Using Match and Against in MySQL and CodeIgniter What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
(04-28-2025, 02:46 PM)motoroller Wrote: How use MATCH(action) AGAINST(?) in Query Builder Class You can try to use RawSql: PHP Code: ->where(new RawSql("MATCH(action) AGAINST ('words for search')"));
(04-28-2025, 10:39 PM)WitER Wrote:(04-28-2025, 02:46 PM)motoroller Wrote: How use MATCH(action) AGAINST(?) in Query Builder Class (04-30-2025, 06:54 AM)motoroller Wrote:(04-28-2025, 10:39 PM)WitER Wrote:(04-28-2025, 02:46 PM)motoroller Wrote: How use MATCH(action) AGAINST(?) in Query Builder Class In a doc |
Welcome Guest, Not a member yet? Register Sign In |