MCPcopy Create free account
hub / github.com/git-bug/git-bug / Search

Method Search

repository/repo.go:106–106  ·  view source on GitHub ↗

Search returns the list of IDs matching the given terms.

(terms []string)

Source from the content-addressed store, hash-verified

104
105 // Search returns the list of IDs matching the given terms.
106 Search(terms []string) (ids []string, err error)
107
108 // DocCount returns the number of document in the index.
109 DocCount() (uint64, error)

Callers 5

QueryMethod · 0.65
ImportAllMethod · 0.65
NextMethod · 0.65
SearchMethod · 0.65
RepoIndexTestFunction · 0.65

Implementers 1

bleveIndexrepository/index_bleve.go

Calls

no outgoing calls

Tested by

no test coverage detected