gpt4 book ai didi

javascript - Waterline ORM - 检查数组属性是否包含值

转载 作者:行者123 更新时间:2023-12-03 11:25:10 26 4
gpt4 key购买 nike

我有一个具有以下属性的模型:

  attributes: {
title: {
type: 'string'
},
tags: {
type: 'array'
}
}

如何查询tags属性是否包含某个值?例如,我想选择具有标签 bluegreen 的所有记录。Waterline 可以做到这一点吗?我找不到有关此主题的任何文档。

最佳答案

Waterline 不支持这种方式的数组类型。检查记录是否具有某些值的正确方法是使用关联。请参阅this answer来自堆栈溢出。请参阅有关关联的 Sails 文档:http://sailsjs.org/#/documentation/concepts/ORM/Associations/OnetoMany.html

关于javascript - Waterline ORM - 检查数组属性是否包含值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26947684/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com