searchlogic

This plugin help searching. you can use these methods:

Product.name_like("Video")
Product.name_not_like("Video").price_gt(5).price_lt(200)
Product.name_like_any(["couch", "table"])
Product.name_like_all(["video", "console"])
Product.ascend_by_name

cool!

你可能感兴趣的:(search)