标签: php codeigniter-3
路由代码为:
$route['search-result/(:any)'] = "frontend/search_result/$1";
搜索URL为:
http://localhost/directory/search-result/?source=12&des=48&type=private
如果有人遇到此类问题并找到了解决方案,请提供帮助。 如果有其他搜索概念,则非常欢迎。