The source project of this merge request has been removed.
Support full text search in logs for MongoDB and Elasticsearch.
Use django-tables2 in order to search through the logs and display jobs whose logs that match the term. For Elasticsearch, OR operator is always used for the search string For MongoDB there's a bit more flexibility since one can control the query through the string itself.