SearchPermanodes finds permanodes matching the provided request and sends unique permanode blobrefs to dest. In particular, if request.FuzzyMatch is true, a fulltext search is performed (if supported by the attribute(s)) instead of an exact match search. If request.Query is blank, the permanodes whi
(ctx context.Context, dest chan<- blob.Ref, request *camtypes.PermanodeByAttrRequest)
| 77 | // |
| 78 | // dest is always closed, regardless of the error return value. |
| 79 | SearchPermanodesWithAttr(ctx context.Context, dest chan<- blob.Ref, |
| 80 | request *camtypes.PermanodeByAttrRequest) error |
| 81 | |
| 82 | // ExistingFileSchemas returns 0 or more blobrefs of "bytes" |