From: erickson Date: Thu, 20 Dec 2007 15:58:46 +0000 (+0000) Subject: added search X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0292e7746c5932c7c5b76c62a76642d32bf0d12c;p=Evergreen.git added search git-svn-id: svn://svn.open-ils.org/ILS/trunk@8250 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/python/oils/const.py b/Open-ILS/src/python/oils/const.py index cde5ad2bd7..fee75401c4 100644 --- a/Open-ILS/src/python/oils/const.py +++ b/Open-ILS/src/python/oils/const.py @@ -24,3 +24,4 @@ OILS_EVENT_SUCCESS = 'SUCCESS' OILS_APP_AUTH = 'open-ils.auth' OILS_APP_CIRC = 'open-ils.circ' OILS_APP_CSTORE='open-ils.cstore' +OILS_APP_SEARCH='open-ils.search'