summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmma Humphries <ehumphries@mozilla.com>2016-10-12 20:14:07 +0200
committerDylan William Hardison <dylan@hardison.net>2016-10-12 20:14:38 +0200
commit4337c8d79654e4e16696c6ff567f8cc61276bbde (patch)
treebdf09afda2a8ba5446b392a0eb41d858b03b3ae0
parent82c9e29116729ab27578a80ffb306abe107c0088 (diff)
downloadbugzilla-4337c8d79654e4e16696c6ff567f8cc61276bbde.tar.gz
bugzilla-4337c8d79654e4e16696c6ff567f8cc61276bbde.tar.xz
Bug 1309649 - Add longdescs.count to table of fields in the documentation for search.
r=dylan
-rw-r--r--docs/en/rst/api/core/v1/bug.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/en/rst/api/core/v1/bug.rst b/docs/en/rst/api/core/v1/bug.rst
index 4808a302f..137f83256 100644
--- a/docs/en/rst/api/core/v1/bug.rst
+++ b/docs/en/rst/api/core/v1/bug.rst
@@ -477,6 +477,10 @@ limit int Limit the number of results returned. If the limit
set by the administrator, then the maximum limit will
be used instead. If you set the limit equal to zero,
then all matching results will be returned instead.
+longdescs.count int The number of comments a bug has. The bug's description
+ is the first comment. For example, to find bugs which someone
+ has commented on after they have been filed, search on
+ ``longdescs.count`` *greater than* 1.
offset int Used in conjunction with the ``limit`` argument,
``offset`` defines the starting position for the
search. For example, given a search that would