Confirmed users
245
edits
(Adding a paragraph about choosing the search implementation) |
(→API Spec: Adding build_from and build_to) |
||
Line 83: | Line 83: | ||
* <tt>crash_reason</tt>: Restricts search to crashes caused by this reason. Default value is empty. | * <tt>crash_reason</tt>: Restricts search to crashes caused by this reason. Default value is empty. | ||
* <tt>build_id</tt>: Restricts search to crashes that happened on a product with this build ID. Default value is empty. | * <tt>build_id</tt>: Restricts search to crashes that happened on a product with this build ID. Default value is empty. | ||
* <tt>build_from</tt>: Restricts search to crashes that happened on a product within a range of build IDs. Default value is empty. | |||
* <tt>build_to</tt>: Restricts search to crashes that happened on a product within a range of build IDs. Default value is empty. | |||
* <tt>report_process</tt>: Can be <tt>any</tt>, <tt>browser</tt> or <tt>plugin</tt>. Default value is any. | * <tt>report_process</tt>: Can be <tt>any</tt>, <tt>browser</tt> or <tt>plugin</tt>. Default value is any. | ||
* <tt>report_type</tt>: Can be <tt>any</tt>, <tt>crash</tt> or <tt>hang</tt>. Default value is any. | * <tt>report_type</tt>: Can be <tt>any</tt>, <tt>crash</tt> or <tt>hang</tt>. Default value is any. |