ianhomer / bugzillareports

This repository is deprecated - please use https://github.com/jnwatts/BugzillaReports
Apache License 2.0
0 stars 0 forks source link

Support for !=, < and > in "filters" parameter #16

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
"I am trying to use the filters parameter on a custom field but it seems to
only be able to do “=” comparisons.

Is there anyway to do a “!=” or “>” or “<” comparisons."

----

Change is needed in BugzillaQuery.php in "if ($type == 'filters') {" branch
and we would need to handle the alternatives to ...

$where.=$this->processField($argColumn,$argFieldValue,$argType);

Original issue reported on code.google.com by ian.homer@gmail.com on 27 Apr 2009 at 8:17

GoogleCodeExporter commented 8 years ago
Request was original raised @
http://blog.bemoko.com/2008/06/28/bugzilla-reports-for-mediawiki/comment-page-2/
#comment-3776

Original comment by ian.homer@gmail.com on 27 Apr 2009 at 8:19

GoogleCodeExporter commented 8 years ago

Original comment by ian.homer@gmail.com on 5 May 2009 at 8:04

GoogleCodeExporter commented 8 years ago

Original comment by ian.homer@gmail.com on 13 Jul 2009 at 1:34

GoogleCodeExporter commented 8 years ago

Original comment by ian.homer@gmail.com on 12 Dec 2009 at 10:03

GoogleCodeExporter commented 8 years ago

Original comment by ian.homer@gmail.com on 6 Jan 2010 at 12:26