[open-ils-commits] r17828 - branches/rel_2_0/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:34:52 EDT 2010


Author: dbs
Date: 2010-09-20 00:34:49 -0400 (Mon, 20 Sep 2010)
New Revision: 17828

Modified:
   branches/rel_2_0/Open-ILS/web/js/dojo/openils/widget/nls/Searcher.js
Log:
Backport r17827 from trunk: 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: branches/rel_2_0/Open-ILS/web/js/dojo/openils/widget/nls/Searcher.js
===================================================================
--- branches/rel_2_0/Open-ILS/web/js/dojo/openils/widget/nls/Searcher.js	2010-09-20 04:33:09 UTC (rev 17827)
+++ branches/rel_2_0/Open-ILS/web/js/dojo/openils/widget/nls/Searcher.js	2010-09-20 04:34:49 UTC (rev 17828)
@@ -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