[open-ils-commits] r17827 - trunk/Open-ILS/web/js/dojo/openils/widget/nls (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Sep 20 00:33:12 EDT 2010


Author: dbs
Date: 2010-09-20 00:33:09 -0400 (Mon, 20 Sep 2010)
New Revision: 17827

Modified:
   trunk/Open-ILS/web/js/dojo/openils/widget/nls/Searcher.js
Log:
Search for humans: AND and OR are more understandable than "&&" and "||"

The operators && and || will not mean much to many people, whereas AND and
OR have common meanings that will aid in understanding the advanced search
interface.


Modified: trunk/Open-ILS/web/js/dojo/openils/widget/nls/Searcher.js
===================================================================
--- trunk/Open-ILS/web/js/dojo/openils/widget/nls/Searcher.js	2010-09-20 04:19:38 UTC (rev 17826)
+++ trunk/Open-ILS/web/js/dojo/openils/widget/nls/Searcher.js	2010-09-20 04:33:09 UTC (rev 17827)
@@ -1,6 +1,6 @@
 {
-    and : '&&',
-    or  : '||',
+    and : 'AND',
+    or  : 'OR',
     more  : 'More...',
     less  : '...Less',
     classed_searches  : 'Classed Searches',



More information about the open-ils-commits mailing list