diff options
Diffstat (limited to 'worker')
-rw-r--r-- | worker/types/search.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/worker/types/search.go b/worker/types/search.go index bad5343e..441fae8d 100644 --- a/worker/types/search.go +++ b/worker/types/search.go @@ -19,6 +19,7 @@ type SearchCriteria struct { SearchBody bool SearchAll bool Terms []string + UseExtension bool } func (c *SearchCriteria) PrepareHeader() { |