当前位置: 首页 > 工具软件 > SearchLogic > 使用案例 >

searchlogic

勾长卿
2023-12-01
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!
 类似资料:

相关阅读

相关文章

相关问答