[freeside-commits] branch FREESIDE_4_BRANCH updated. 90577921bfaee52fb36542cd1cff96a297aea6ba
Ivan Kohler
ivan at freeside.biz
Mon Nov 27 12:14:12 PST 2017
The branch, FREESIDE_4_BRANCH has been updated
via 90577921bfaee52fb36542cd1cff96a297aea6ba (commit)
from 6d611036712a729fe2f79c46b85be0024348e713 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 90577921bfaee52fb36542cd1cff96a297aea6ba
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Nov 27 12:14:11 2017 -0800
doc
diff --git a/httemplate/search/elements/search.html b/httemplate/search/elements/search.html
index 7f4bbf812..65ef56023 100644
--- a/httemplate/search/elements/search.html
+++ b/httemplate/search/elements/search.html
@@ -16,7 +16,7 @@ Example:
# (deprecated, will be singularlized
# simplisticly)
- #literal SQL query string (deprecated?) or qsearch hashref or arrayref
+ #literal SQL query string (corner cases only) or qsearch hashref or arrayref
#of qsearch hashrefs for a union of qsearches
'query' => {
'table' => 'tablename',
@@ -34,7 +34,7 @@ Example:
},
# "select * from tablename";
- #required unless 'query' is an SQL query string (shouldn't be...)
+ #required (now even if 'query' is an SQL query string)
'count_query' => 'SELECT COUNT(*) FROM tablename',
###
@@ -131,7 +131,7 @@ Example:
'agent_pos' => 3, # optional position (starting from 0) to
# insert an Agent column (query needs to be a
# qsearch hashref and header & fields need to
- # be defined)cust_pkg_susp.html
+ # be defined)
# sort, link & display properties for fields
-----------------------------------------------------------------------
Summary of changes:
httemplate/search/elements/search.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
More information about the freeside-commits
mailing list