Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Query ¶
type Query struct {
Text string // Free-text search terms
Project string // project: filter
Model string // model: filter
Tool string // tool: filter
File string // file: filter
Before time.Time // before: filter
After time.Time // after: filter
HasError bool // has:error filter
HasAgent bool // has:subagent filter
}
Query represents a parsed search query
func (*Query) HasFilters ¶
HasFilters returns true if the query has any non-text filters
type Result ¶
type Result struct {
Turn models.Turn `json:"turn"`
SessionID string `json:"session_id"`
ProjectPath string `json:"project_path"`
Model string `json:"model,omitempty"`
Snippet string `json:"snippet"`
}
Result represents a search result
Click to show internal directories.
Click to hide internal directories.