Github 搜索在一般阶段和精确阶段都无法按预期工作

iDe*_*ode 18 github github-api

问题:1

"class FirestoreQueryBuilder<Document>"在此存储库中搜索没有显示任何内容。

在此输入图像描述

但搜索"class FirestoreQueryBuilder"返回页面。

在此输入图像描述

那么,为什么搜索确切的短语不起作用呢?然后我如何搜索文件?


问题2:

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

Von*_*onC 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 {
...
}
Run Code Online (Sandbox Code Playgroud)