Github搜索功能无法按照预期工作,既无法进行普通搜索也无法进行精确搜索。

18

问题:1

在该仓库中搜索"class FirestoreQueryBuilder<Document>"没有任何结果。

enter image description here

但是搜索"class FirestoreQueryBuilder"可以返回页面。

enter image description here

那么,为什么精确搜索短语无法工作?如何搜索文件?


问题 2:

如果我搜索FirestoreQueryBuilder,甚至不会返回上述类的结果,即它不会显示class FirestoreQueryBuilder<Document> extends StatefulWidget { ,而是其他5个结果。


3
显然,到了2022年仍在进行中,可见VonC在2021年12月18日13:58的评论在这里。我刚刚申请了访问权限。 - Wayne
1个回答

1

我之前在 "在Github项目中搜索代码" 中提到了一个正在进行中的工作。

自从2023年5月以来,这项工作已经完成。

https://github.com/search?q=repo%3Afirebase%2Fflutterfire+%22class+FirestoreQueryBuilder%3CDocument%3E%22&type=code 是有效的,并显示

/// {@endtemplate}
/// {@subCategory service:firestore}
/// {@subCategory type:widget}
/// {@subCategory description:A widget that listens to a query.}
/// {@subCategory img:https://place-hold.it/400x150}
class FirestoreQueryBuilder<Document> extends StatefulWidget {
...
}

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接