## GORM Playground Link gen中自定义只能定义query,另外定义语句还不能链式调用。 场景:比如使用了PGgroonga。 它的查询语法是: select * from products where products.search_vector &@ 'xxx' . 这种情况下如何实现呢? https://github.com/go-gorm/playground/pull/1 ## Description <!-- Your use case -->