我有以下代码
Listing.search(
Riddle::Query.escape(params[:search]),
:include => params[:include],
:page => page,
:per_page => per_page,
:star => true,
:with => with,
:with_all => with_all,
:order => params[:sort]
)
params [:include]包含[:listing_images, :author, :category, :origin_loc]
我不知道这里有什么问题。