gpt4 book ai didi

javascript - 在 Firebase 中查询数据时,是否还有类似 ~ 的运算符

转载 作者:行者123 更新时间:2023-11-29 21:50:09 26 4
gpt4 key购买 nike

我注意到 firebase 文档中的“~”符号 here

var ref = new Firebase("https://dinosaur-facts.firebaseio.com/dinosaurs");
ref.orderByKey().startAt("b").endAt("b~").on("child_added", function(snapshot) {
console.log(snapshot.key());
});

还有其他像“~”这样的表达式可以在 firebase 中使用吗?我很好奇是否有一个像 .contains(string) 这样的运算符,而不是获取所有数据然后过滤数据。我试图让自己远离 Elasticsearch 。

最佳答案

据我所知,Firebase API 中没有 .contains 这样的东西。

最好的办法是编写一个实用函数来获取数据并为您过滤数据。

关于javascript - 在 Firebase 中查询数据时,是否还有类似 ~ 的运算符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29702852/

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