SearchTerms are saved as ArrayList object in Result tables rather than values
SearchTerms columns are being saved as ArrayList objects. The SearchTerms should be saved as values.
Design
- SearchTerms should be a separate table.
- Since one searchterm can be in many gist urls and one gist url can have many search team hence its many - many relationship. Hence there should be a mapper table between Result and SearchTerms.