Search for humans: AND and OR are more understandable than "&&" and "||"
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 20 Sep 2010 04:33:09 +0000 (04:33 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 20 Sep 2010 04:33:09 +0000 (04:33 +0000)
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.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@17827 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/js/dojo/openils/widget/nls/Searcher.js

index 9cd0c87..577e93c 100644 (file)
@@ -1,6 +1,6 @@
 {
-    and : '&&',
-    or  : '||',
+    and : 'AND',
+    or  : 'OR',
     more  : 'More...',
     less  : '...Less',
     classed_searches  : 'Classed Searches',