gpt4 book ai didi

mysql - 在 Grocery CRUD 库中搜索时遇到问题

转载 作者:行者123 更新时间:2023-11-30 23:20:32 24 4
gpt4 key购买 nike

在 Codeigniter 中通过 Grocery CRUD 库使用搜索查询时,在表中搜索数据的“0”值会得到完整的表。为什么?

    $crud = new grocery_CRUD();
$crud->set_table('listing');
$crud->field_type('SwimmingPool','dropdown',array('1'=>'Yes', '0'=>'No'));
$output = $crud->render();

现在在 grocery_CRUD 的输出中搜索 SwimmingPool = 0 的值,得到完整的表(所有值)。虽然它适用于 SwimmingPool =1 并正确过滤结果。我仔细检查了 MySQL 数据库表“列表”,发现 SwimmingPool 的值仅为 0 或 1。如果搜索 0,这是搜索查询结果在完整表中的某种错误。有解决方案吗?

最佳答案

这可能是 Grocery 店的错误,将 0 解释为空,因此它不应用搜索过滤器。我建议在 github 上的 Grocery 店错误跟踪器上填写错误报告

关于mysql - 在 Grocery CRUD 库中搜索时遇到问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15696663/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com