Drupal:自动完成包含任何单词的节点引用搜索
如果节点的标题是“foo bar magic”,我希望它显示在节点引用自动完成字段内,即使用户输入“foo magic”也是如此。我该怎么做?
If a node's title is "foo bar magic" i would like it to show up inside the nodereference-autocompletion field, even when the user inputs "foo magic". How can i do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Drupal 6 中...
使用自动完成小部件配置节点引用字段时,请确保“自动完成匹配”选项设置为“包含”而不是“开头为”。
In Drupal 6...
When configuring your node reference field with auto complete widget, make sure the 'Autocomplete matching' option is set to 'Contains' rather than 'Starts with'.