If there are more than 1000 search matches, the process crashes on Oracle.
Offending code (finder.rb):
# Add to that fingerprints with log records that matched the search:
log_print_ids = Log.filter_by_keywords(keywords).pluck(:error_fingerprintid)
records.concat scope.find(log_print_ids)
If there are more than 1000 search matches, the process crashes on Oracle.
Offending code (
finder.rb
):