Variable: org-search-syntax-table
org-search-syntax-table is a variable defined in org-agenda.el.gz.
Value
nil
Documentation
Special syntax table for Org search.
In this table, we have single quotes not as word constituents, to that when "+Ameli" is searched as a work, it will also match "Ameli's"
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defvar org-search-syntax-table nil
"Special syntax table for Org search.
In this table, we have single quotes not as word constituents, to
that when \"+Ameli\" is searched as a work, it will also match \"Ameli's\"")