Variable: org-agenda-search-view-force-full-words
org-agenda-search-view-force-full-words is a customizable variable
defined in org-agenda.el.gz.
Value
nil
Documentation
Non-nil means, search words must be matches as complete words.
When nil, they may also match part of a word.
This variable was added, or its default value changed, in Emacs 24.1.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defcustom org-agenda-search-view-force-full-words nil
"Non-nil means, search words must be matches as complete words.
When nil, they may also match part of a word."
:group 'org-agenda-search-view
:version "24.1"
:type 'boolean)