18

Problem: 1

Searching for "class FirestoreQueryBuilder<Document>" in this repository doesn't show anything.

enter image description here

But searching for "class FirestoreQueryBuilder" returns the page.

enter image description here

So, why is searching the exact phrase is not working? How do I then search for files?


Problem 2:

If I search FirestoreQueryBuilder, it doesn't even return results for the above class i.e. it doesn't show class FirestoreQueryBuilder<Document> extends StatefulWidget { but other 5 results.

iDecode
  • 22,623
  • 19
  • 99
  • 186
  • 3
    Apparently, it is still in the works in 2022, see VonC's comment from Dec 18, 2021 at 13:58 [here](https://stackoverflow.com/a/3616259/8508004). I just applied for access myself. – Wayne Aug 04 '22 at 20:54

1 Answers1

1

I mentioned before in "Search code inside a Github project" a work in progress.

Since May 2023 this work has been completed.

https://github.com/search?q=repo%3Afirebase%2Fflutterfire+%22class+FirestoreQueryBuilder%3CDocument%3E%22&type=code does work, and shows

/// {@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 {
...
}
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250