Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
ecc85459
Commit
ecc85459
authored
Oct 12, 2016
by
Emma Humphries
Committed by
Dylan William Hardison
Oct 12, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 1309649 - Add longdescs.count to table of fields in the documentation for search.
r=dylan
parent
c4a1ca8c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
bug.rst
docs/en/rst/api/core/v1/bug.rst
+4
-0
No files found.
docs/en/rst/api/core/v1/bug.rst
View file @
ecc85459
...
@@ -478,6 +478,10 @@ limit int Limit the number of results returned. If the limit
...
@@ -478,6 +478,10 @@ limit int Limit the number of results returned. If the limit
set by the administrator, then the maximum limit will
set by the administrator, then the maximum limit will
be used instead. If you set the limit equal to zero,
be used instead. If you set the limit equal to zero,
then all matching results will be returned instead.
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 int Used in conjunction with the ``limit`` argument,
``offset`` defines the starting position for the
``offset`` defines the starting position for the
search. For example, given a search that would
search. For example, given a search that would
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment