I tried the searching using the search box at https://bugs.documentfoundation.org/ and https://bugs.documentfoundation.org/query.cgi
and keep getting the error below.
Software error:
DBD::Pg::db selectcol_arrayref failed: ERROR: missing chunk number 0 for toast value 215979 in pg_toast_16476 [for Statement "SELECT bugs.bug_id AS bug_id, bugs.priority AS priority, bugs.bug_severity AS bug_severity
FROM bugs
LEFT JOIN bug_group_map AS security_map ON bugs.bug_id = security_map.bug_id
INNER JOIN priority AS map_priority ON bugs.priority = map_priority.value
INNER JOIN bug_severity AS map_bug_severity ON bugs.bug_severity = map_bug_severity.value
LEFT JOIN bugs_fulltext AS bugs_fulltext_0 ON bugs.bug_id = bugs_fulltext_0.bug_id
WHERE bugs.creation_ts IS NOT NULL
AND security_map.group_id IS NULL
AND ( ( LOWER(bugs_fulltext_0.comments_noprivate) LIKE ‘%index%’ OR LOWER(bugs_fulltext_0.short_desc) LIKE ‘%index%’ ) AND bugs.product_id IN (109) AND bugs.bug_status IN (‘UNCONFIRMED’,‘NEW’,‘ASSIGNED’,‘REOPENED’,‘NEEDINFO’) )
GROUP BY bugs.bug_id, bugs.priority,bugs.bug_severity,map_priority.sortkey,map_priority.value,map_bug_severity.sortkey,map_bug_severity.value
ORDER BY map_priority.sortkey, map_priority.value, map_bug_severity.sortkey, map_bug_severity.value
LIMIT 500
"] at Bugzilla/Search.pm line 775.
Bugzilla::Search::data(Bugzilla::Search=HASH(0x557913c54220)) called at /srv/bugzilla/bugzilla-5.0.4/buglist.cgi line 742
For help, please send mail to this site’s webmaster, giving this error message and the time and date of the error.