Skip to content

Commit

Permalink
Heuristic Search (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
adisinghPalo authored Nov 20, 2024
1 parent 9306bc5 commit 7fec973
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rql/search/structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ type ConfigRequest struct {
Limit int `json:"limit,omitempty"`
WithResourceJson bool `json:"withResourceJson,omitempty"`
SkipResult bool `json:"skipResult,omitempty"`
HeuristicSearch bool `json:"heuristicSearch,omitempty"`
}

type ConfigResponse struct {
Expand Down Expand Up @@ -59,6 +60,7 @@ type EventRequest struct {
Limit int `json:"limit,omitempty"`
WithResourceJson bool `json:"withResourceJson,omitempty"`
SkipResult bool `json:"skipResult,omitempty"`
HeuristicSearch bool `json:"heuristicSearch,omitempty"`
}

type EventResponse struct {
Expand Down

0 comments on commit 7fec973

Please sign in to comment.