org-agenda-tags-todo-honor-ignore-options

org-agenda-tags-todo-honor-ignore-options is a variable defined in `org-agenda.el'.
Its value is
nil


Documentation:
Non-nil means honor todo-list ignores options also in tags-todo search.
The variables
`org-agenda-todo-ignore-with-date',
`org-agenda-todo-ignore-timestamp',
`org-agenda-todo-ignore-scheduled',
`org-agenda-todo-ignore-deadlines'
make the global TODO list skip entries that have time stamps of certain
kinds. If this option is set, the same options will also apply for the
tags-todo search, which is the general tags/property matcher
restricted to unfinished TODO entries only.

You can customize this variable.