Angular Firestore查询“包含”在字符串值内

时间:2019-04-17 20:10:52

标签: angular google-cloud-firestore

我尝试创建一个搜索栏,该栏动态显示在标题中包含该部分的结果。为此,我尝试了以下操作: getStudents() { this.dataSource = this.afs.collection('Blogs', ref => ref.where('title', '>=', this.searchValue).where('title', '<=', this.searchValue)).valueChanges(); } }

这里的问题是我必须输入准确的标题。我还要显示包含该单词的结果。

致谢

0 个答案:

没有答案