标题模糊查询怎么同时查询多个关键字? 迅睿框架 更新 2020-11-26 01:36:07 老铁666 标题模糊查询怎么同时查询多个关键字?{module module=news LIKE_title=%名称%} {$t.updatetime}<br> {/module} {$debug}LIKE_title=%名称1% | %名称2%是这样解决或和并的关系吗?那如果存在多个并的关系呢?要这样吗?LIKE_title=(%名称1% | %名称2%)| (%名称3% & %名称4%)不知道对不对,我晚点试一下,有知道的点评下。
{php $where=urlencode("(title like '%词语1%' or title like '%词语12%' or title like '%词语133%')");} {module module=news where=$where} {$t.updatetime}<br> {/module} {$debug}where参数,万能的