有没有办法在 Propel (ORM) 中使用 match against 语句?
有没有办法在 Propel (ORM) 中使用 match against 语句?奇怪的是我找不到与此相关的任何内容。
Is there any way of using match against statement in Propel (ORM)? It is odd I cannot find anything related to this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
没有直接支持。也许是自定义查询?
No direct support. Perhaps a custom query?
至少在 Propel 1.7 中它可以与 where() 子句一起使用:
At least in Propel 1.7 it works with a where() clause: